UpdatedODataResult<T>.ExecuteResultAsync(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 asynchronously. This method is called by MVC to process the result of an action method.
public virtual System.Threading.Tasks.Task ExecuteResultAsync (Microsoft.AspNetCore.Mvc.ActionContext context);
abstract member ExecuteResultAsync : Microsoft.AspNetCore.Mvc.ActionContext -> System.Threading.Tasks.Task
override this.ExecuteResultAsync : Microsoft.AspNetCore.Mvc.ActionContext -> System.Threading.Tasks.Task
Public Overridable Function ExecuteResultAsync (context As ActionContext) As Task
Parameters
- context
- ActionContext