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

Parameters

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