EmptyResult.ExecuteResult(ActionContext) 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 result operation of the action method synchronously. This method is called by MVC to process the result of an action method.
public:
 override void ExecuteResult(Microsoft::AspNetCore::Mvc::ActionContext ^ context);
	public override void ExecuteResult(Microsoft.AspNetCore.Mvc.ActionContext context);
	override this.ExecuteResult : Microsoft.AspNetCore.Mvc.ActionContext -> unit
	Public Overrides Sub ExecuteResult (context As ActionContext)
	Parameters
- context
 - ActionContext
 
The context in which the result is executed. The context information includes information about the action that was executed and request information.