EmptyResult.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.
Executes the specified result context.
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 result context.