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.
When called by the action invoker, renders the view to the response.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overrides Sub ExecuteResult ( _
context As ControllerContext _
)
public override void ExecuteResult(
ControllerContext context
)
public:
virtual void ExecuteResult(
ControllerContext^ context
) override
Parameters
- context
Type: System.Web.Mvc.ControllerContext
The context that the result is executed in.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | The context parameter is null reference (Nothing in Visual Basic). |