Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Gets information about an HTTP request that matches a defined route.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Property RequestContext As RequestContext
Get
Private Set
public RequestContext RequestContext { get; private set; }
public:
property RequestContext^ RequestContext {
RequestContext^ get ();
private: void set (RequestContext^ value);
}
Property Value
Type: System.Web.Routing.RequestContext
The request context.