UrlHelper.RequestContext Property

Visual Studio 2010

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

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Property RequestContext As RequestContext
	Get
	Private Set

Property Value

Type: System.Web.Routing.RequestContext
The request context.

Community Additions

ADD
Show: