Skip to content

Instantly share code, notes, and snippets.

@dimuthu
Created December 19, 2014 05:16
Show Gist options
  • Save dimuthu/6aa6c8ccd9bcb536c6d1 to your computer and use it in GitHub Desktop.
Save dimuthu/6aa6c8ccd9bcb536c6d1 to your computer and use it in GitHub Desktop.
Umbraco NiceUrl
@{
var root = CurrentPage.AncestorsOrSelf(1).First();
var url = umbraco.library.NiceUrl(root.Id);
var withDomain = umbraco.library.NiceUrlWithDomain(root.Id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment