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
Hi all, Can any one explain me what is the purpose of umbraco.library:NiceUrl how it works? what is @id in the following line? and what is @nodename, what is node..? I know these are basic question iam little bit confused to use them in my site. please help me..
[quote=rajeshgut] [/quote] Lets start from inside and out: current() get the current node. /@id gets the id of that node. umbraco.library:NiceUrl(int ID) gets the URL of the node with this id.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
What is umbraco.library:NiceUrl() ?
Hi all,
Can any one explain me what is the purpose of umbraco.library:NiceUrl
how it works?
what is @id in the following line? and what is @nodename, what is node..?
I know these are basic question iam little bit confused to use them in my site.
please help me..
[quote=rajeshgut]
[/quote]
Lets start from inside and out:
current() get the current node.
/@id gets the id of that node.
umbraco.library:NiceUrl(int ID)
gets the URL of the node with this id.
is working on a reply...