VirtualPathContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A context for virtual path generation operations.
public ref class VirtualPathContext
public class VirtualPathContext
type VirtualPathContext = class
Public Class VirtualPathContext
- Inheritance
-
VirtualPathContext
Constructors
VirtualPathContext(HttpContext, RouteValueDictionary, RouteValueDictionary, String) |
Creates a new instance of VirtualPathContext. |
VirtualPathContext(HttpContext, RouteValueDictionary, RouteValueDictionary) |
Creates a new instance of VirtualPathContext. |
Properties
AmbientValues |
Gets the set of route values associated with the current request. |
HttpContext |
Gets the HttpContext associated with the current request. |
RouteName |
Gets the name of the route to use for virtual path generation. |
Values |
Gets or sets the set of new values provided for virtual path generation. |