.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)
Visual Basic (Declaration)
Public MustOverride Sub ExecuteResult ( _
context As ControllerContext _
)
Dim instance As ActionResult
Dim context As ControllerContext
instance.ExecuteResult(context)
public abstract void ExecuteResult(
ControllerContext context
)
public:
virtual void ExecuteResult(
ControllerContext^ context
) abstract
Reference