Click or drag to resize
VirtualContextLoadVirtualContextValues Method
Handles the virtual context prefixes in the URL. Returns true, if loading of the virtual context value succeeded.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool LoadVirtualContextValues(
	ref string relativePath
)

Parameters

relativePath
Type: SystemString
Current relative path. If loading succeeded, returns updated virtual path without the context values.

Return Value

Type: Boolean
See Also