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.
Enables processing of the result of an action method by a custom type that inherits from the ActionResult class.
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 within which the result is executed.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | The context parameter is null reference (Nothing in Visual Basic). |