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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.