Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am using NiceUrls for my links.
In code you can get a NiceUrl by
var niceURL = umbraco.library.NiceUrl(1234);
But Is there a way to get the Id from a NiceUrl. Something like.
var id= umbraco.library.GetIdFromNiceUrl("My-Great-Page");
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
NiceUrls
I am using NiceUrls for my links.
In code you can get a NiceUrl by
But Is there a way to get the Id from a NiceUrl. Something like.
is working on a reply...