VirtualPathContext Class

Definition

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)

Creates a new instance of VirtualPathContext.

VirtualPathContext(HttpContext, RouteValueDictionary, RouteValueDictionary, String)

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.

Applies to