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'm trying to extract the umbraco.cms.helpers.url.formatUrl function from the source code to use on another project.
I've found that function, but it in turn needs UmbracoSettings.UrlReplaceCharacters.
I've drilled into that but this line stumps me:
public static XmlNode UrlReplaceCharacters { get { return GetKeyAsNode("/settings/requestHandler/urlReplacing"); } }Where can I find /settings/requestHandler/urlReplacing?Thanks!
[WESITE ROOT FOLDER]/config/umbracoSettings.config ;-) (for your particular site)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Need help finding something in the source code...
I'm trying to extract the umbraco.cms.helpers.url.formatUrl function from the source code to use on another project.
I've found that function, but it in turn needs UmbracoSettings.UrlReplaceCharacters.
I've drilled into that but this line stumps me:
[WESITE ROOT FOLDER]/config/umbracoSettings.config ;-) (for your particular site)
is working on a reply...