FileResult.ExecuteResult(ControllerContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables processing of the result of an action method by a custom type that inherits from the ActionResult class.
public override void ExecuteResult (System.Web.Mvc.ControllerContext context);
override this.ExecuteResult : System.Web.Mvc.ControllerContext -> unit
Public Overrides Sub ExecuteResult (context As ControllerContext)
Parameters
- context
- ControllerContext
The context within which the result is executed.
Exceptions
The context
parameter is null.