Click or drag to resize
VirtualContext Methods

The VirtualContext type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddPathHash
Calculates hash for the given path and appends it to the URL.
Public methodStatic memberContainsVirtualContextPrefix
Returns true if the URL contains virtual context prefix
Public methodStatic memberGetFormBuilderPath
Returns path containing VirtualContext data required by Form builder.
Public methodStatic memberGetItem
Gets the particular item from virtual context
Public methodStatic memberGetPreviewParameters
Gets the collection of parameters for preview path.
Public methodStatic memberGetPreviewPathFromVirtualContext
Gets preview path based on given path and current initialized context.
Public methodStatic memberGetVirtualContextPath
Removes the virtual context prefix from the given URL
Public methodStatic memberGetVirtualContextPrefix
Gets the prefix for the virtual context URL
Public methodStatic memberHandleVirtualContext
Loads and stores the virtual context values for the request.
Public methodStatic memberItemIsSet
Returns true, if the given item is set
Public methodStatic memberLoadVirtualContextValues
Loads the virtual context values from the URL into a NameValueCollection.
Public methodStatic memberRemoveVirtualContextPrefix
Removes the virtual context prefix from the given URL
Public methodStatic memberReplaceVirtualContextPrefix
Replaces the virtual context prefix from the given URL with a new one
Public methodStatic memberReset
Resets the current virtual context
Public methodStatic memberSetItem
Sets the particular item in the virtual context
Public methodStatic memberStoreVirtualContextValues
Stores key-value pairs into virtual context.
Public methodStatic memberValidatePathHash
Validates the hash of the relative path of the document.
Top
See Also