Click or drag to resize
VirtualContextGetVirtualContextPath Method (String, NameValueCollection)
Removes the virtual context prefix from the given URL

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetVirtualContextPath(
	string path,
	NameValueCollection values
)

Parameters

path
Type: SystemString
Path to modify
values
Type: System.Collections.SpecializedNameValueCollection
Collection of the context parameters

Return Value

Type: String
See Also