But this one is a extension method on IPublishedContent, which doesn't yet have full documentation (I know it's on many peoples backlogs)
If you have Visual Studio (even the free Express edition) you can find out a lot using Intellisense, e.g. Typing Model.Content. would show you all of the properties and extension methods available on IPublishedContent.
Fully qualified URLs
Hi,
Can anyone tell me how to get the full Url for the current page? I'm using v7.1.4
Thanks
Possibly
@Model.Content.UrlWithDomain()
?Thanks Jeavon, Is there a list or reference doc for these helpers somewhere? it might stop me asking silly questions? :)
No problem, the main two helpers are documented:
UmbracoHelper
MembershipHelper
But this one is a extension method on
IPublishedContent
, which doesn't yet have full documentation (I know it's on many peoples backlogs)If you have Visual Studio (even the free Express edition) you can find out a lot using Intellisense, e.g. Typing
Model.Content.
would show you all of the properties and extension methods available onIPublishedContent
.Jeavon
is working on a reply...