VirtualContextGetVirtualContextPath Method |
Removes the virtual context prefix from the given URL
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax 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:
StringSee Also