string DoUrlSubstitution(string url, int replacementMode = 2)

Performs URL substitutions on the provided URL. Trust Level Required: Medium

Parameters

Name Description
url The url to perform substitution on.
replacementMode Indicates how to interpret URL: 0 - URL is a local non-URI-encoded file path (C:\), 1 - URL is already properly URI-encoded, 2 - URL is not yet URI-encoded

Return

The provided URL with substitution replacements made.