Click or drag to resize
VirtualContextRemoveVirtualContextPrefix Method
Removes the virtual context prefix from the given URL

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

Parameters

path
Type: SystemString
Path to modify

Return Value

Type: String
See Also