Click or drag to resize
VirtualContextGetVirtualContextPrefix Method (NameValueCollection)
Gets the prefix for the virtual context URL

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetVirtualContextPrefix(
	NameValueCollection values
)

Parameters

values
Type: System.Collections.SpecializedNameValueCollection
Collection of the context parameters

Return Value

Type: String
See Also