VirtualContextReplaceVirtualContextPrefix Method |
Replaces the virtual context prefix from the given URL with a new one
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string ReplaceVirtualContextPrefix(
string path,
string newPrefix
)
Parameters
- path
- Type: SystemString
Path to modify - newPrefix
- Type: SystemString
New prefix
Return Value
Type:
StringSee Also