Click or drag to resize
VirtualContext.ReplaceVirtualContextPrefix Method
Replaces the virtual context prefix from the given URL with a new one

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string ReplaceVirtualContextPrefix(
	string path,
	string newPrefix
)

Parameters

path
Type: System.String
Path to modify
newPrefix
Type: System.String
New prefix

Return Value

Type: String
See Also