Enables processing of the result of an action method by a custom type that inherits from the ActionResult class.
'Usage Dim instance As ActionResult Dim context As ControllerContext instance.ExecuteResult(context) 'Declaration Public MustOverride Sub ExecuteResult ( _ context As ControllerContext _ )