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.
Executes the specified request context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Private Sub Execute ( _
requestContext As RequestContext _
) Implements IController.Execute
void IController.Execute(
RequestContext requestContext
)
private:
virtual void Execute(
RequestContext^ requestContext
) sealed = IController::Execute
Parameters
- requestContext
Type: System.Web.Routing.RequestContext
The request context.
Implements
IController.Execute(RequestContext)
Remarks
This member is an explicit interface member implementation. It can be used only when the ControllerBase instance is cast to an IController interface.