| VirtualContext Methods | 
The VirtualContext type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | AddPreviewHash | 
            Gets the custom prefix hash for the virtual context URL validation
             | 
|   | ContainsVirtualContextPrefix | 
            Returns true if the URL contains virtual context prefix
             | 
|   | GetItem | 
            Gets the particular item from virtual context
             | 
|   | GetVirtualContextPath | 
            Removes the virtual context prefix from the given URL
             | 
|   | GetVirtualContextPrefix | 
            Gets the prefix for the virtual context URL
             | 
|   | HandleVirtualContext | 
            Handles the virtual context for the request.
             | 
|   | ItemIsSet | 
            Returns true, if the given item is set
             | 
|   | LoadVirtualContextValues | 
            Handles the virtual context prefixes in the URL.
             | 
|   | 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
             | 
|   | ValidatePreviewHash | 
            Gets the additional custom prefix parameters part for the virtual context URL
             | 
 See Also
See Also