Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the MvcHandler class.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub New ( _
requestContext As RequestContext _
)
public MvcHandler(
RequestContext requestContext
)
public:
MvcHandler(
RequestContext^ requestContext
)
Parameters
- requestContext
Type: System.Web.Routing.RequestContext
The request context.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | The requestContext parameter is null reference (Nothing in Visual Basic). |