Click or drag to resize
VirtualContext Methods

The VirtualContext type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddPreviewHash
Gets the custom prefix hash for the virtual context URL validation
Public methodStatic memberContainsVirtualContextPrefix
Returns true if the URL contains virtual context prefix
Public methodStatic memberGetItem
Gets the particular item from virtual context
Public methodStatic memberGetVirtualContextPath(String, NameValueCollection)
Removes the virtual context prefix from the given URL
Public methodStatic memberGetVirtualContextPath(String, NameValueCollection, Boolean)
Removes the virtual context prefix from the given URL
Public methodStatic memberGetVirtualContextPrefix(NameValueCollection)
Gets the prefix for the virtual context URL
Public methodStatic memberGetVirtualContextPrefix(NameValueCollection, Boolean)
Gets the prefix for the virtual context URL
Public methodStatic memberHandleVirtualContext
Handles the virtual context for the request. Returns true, if loading of the virtual context succeeded and the request is a virtual context request.
Public methodStatic memberItemIsSet
Returns true, if the given item is set
Public methodStatic memberLoadVirtualContextValues
Handles the virtual context prefixes in the URL. Returns true, if loading of the virtual context value succeeded.
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 memberValidatePreviewHash
Gets the additional custom prefix parameters part for the virtual context URL
Top
See Also