ViewResultBase.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.
When called by the action invoker, renders the view to the response.
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 that the result is executed in.
Exceptions
The context
parameter is null.