UrlHelper.RequestContext Property

Definition

Gets information about an HTTP request that matches a defined route.

public System.Web.Routing.RequestContext RequestContext { get; }
member this.RequestContext : System.Web.Routing.RequestContext
Public ReadOnly Property RequestContext As RequestContext

Property Value

The request context.

Applies to