.NET Framework Class Library
ActionResult..::.ExecuteResult Method

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

Visual Basic (Declaration)
Public MustOverride Sub ExecuteResult ( _
    context As ControllerContext _
)
Visual Basic (Usage)
Dim instance As ActionResult
Dim context As ControllerContext

instance.ExecuteResult(context)
C#
public abstract void ExecuteResult(
    ControllerContext context
)
Visual C++
public:
virtual void ExecuteResult(
    ControllerContext^ context
) abstract

Parameters

context
Type: System.Web.Mvc..::.ControllerContext
The context within which the result is executed.
See Also

Reference

Tags :


Page view tracker