Click or drag to resize
VirtualContextGetVirtualContextPath Method (String, NameValueCollection, Boolean)
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,
	bool userSpecific
)

Parameters

path
Type: SystemString
Path to modify
values
Type: System.Collections.SpecializedNameValueCollection
Collection of the context parameters
userSpecific
Type: SystemBoolean
Indicates if the hash string is bound to current user

Return Value

Type: String
See Also