Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables processing of the result of an action method by a custom type that inherits from the ActionResult class.
Namespace: Microsoft.Web.Mvc.Resources
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Syntax
public override void ExecuteResult(
ControllerContext context
)
public:
virtual void ExecuteResult(
ControllerContext^ context
) override
override ExecuteResult :
context:ControllerContext -> unit
Public Overrides Sub ExecuteResult (
context As ControllerContext
)
Parameters
context
Type: System.Web.Mvc.ControllerContextThe controller context.
See Also
AtomFeedActionResult Class
Microsoft.Web.Mvc.Resources Namespace
Return to top