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: 13.0.131
Syntax
C#
public static string RemoveVirtualContextPrefix(
	string path,
	string applicationPath = null
)

Parameters

path
Type: SystemString
Path to modify
applicationPath (Optional)
Type: SystemString
The application path. If not provided, current application path is used.

Return Value

Type: String
See Also