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
How can i use dictionnary item in razor?
Just like you would from a usercontrol:
@umbraco.library.GetDictionaryItem("yourKey")
Thank you. It's work
Or the dynamic way:
@Dictionary.yourKey
Much better Markus, thanks I forgot about that one!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to use?
How can i use dictionnary item in razor?
Just like you would from a usercontrol:
Thank you. It's work
Or the dynamic way:
Much better Markus, thanks I forgot about that one!
is working on a reply...