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
|
![]() ![]() | GetPreviewLinkParameters |
Gets the collection of parameters for preview path.
|
![]() ![]() | GetPreviewLinkPathFromVirtualContext |
Gets preview link path based on given path and current initialized context.
|
![]() ![]() | GetPreviewModeParameters |
Gets the collection of parameters for preview mode.
|
![]() ![]() | GetPreviewModePathFromVirtualContext |
Gets preview mode 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.
|
![]() ![]() | ValidatePrincipal |
Validates whether the request carries a valid user name.
The username can be either in the URL or in a cookie.
|