VirtualContext Methods |
The VirtualContext type exposes the following members.
Name | Description | |
---|---|---|
AddPathHash |
Calculates hash for the given path and appends it to the URL.
| |
ContainsVirtualContextPrefix |
Returns true if the URL contains virtual context prefix
| |
GetFormBuilderPath |
Returns path containing VirtualContext data required by Form builder.
| |
GetItem |
Gets the particular item from virtual context
| |
GetPreviewParameters |
Gets the collection of parameters for preview path.
| |
GetPreviewPathFromVirtualContext |
Gets preview path based on given path and current initialized context.
| |
GetVirtualContextPath |
Removes the virtual context prefix from the given URL
| |
GetVirtualContextPrefix |
Gets the prefix for the virtual context URL
| |
HandleVirtualContext |
Loads and stores the virtual context values for the request.
| |
ItemIsSet |
Returns true, if the given item is set
| |
LoadVirtualContextValues |
Loads the virtual context values from the URL into a NameValueCollection.
| |
RemoveVirtualContextPrefix |
Removes the virtual context prefix from the given URL
| |
ReplaceVirtualContextPrefix |
Replaces the virtual context prefix from the given URL with a new one
| |
Reset |
Resets the current virtual context
| |
SetItem |
Sets the particular item in the virtual context
| |
StoreVirtualContextValues |
Stores key-value pairs into virtual context.
| |
ValidatePathHash |
Validates the hash of the relative path of the document.
|