Share via


RazorComponentResult.ExecuteAsync(HttpContext) Method

Definition

Processes this result in the given httpContext.

public System.Threading.Tasks.Task ExecuteAsync (Microsoft.AspNetCore.Http.HttpContext httpContext);
abstract member ExecuteAsync : Microsoft.AspNetCore.Http.HttpContext -> System.Threading.Tasks.Task
override this.ExecuteAsync : Microsoft.AspNetCore.Http.HttpContext -> System.Threading.Tasks.Task
Public Function ExecuteAsync (httpContext As HttpContext) As Task

Parameters

httpContext
HttpContext

An HttpContext associated with the current request.

Returns

A Task which will complete when execution is completed.

Implements

Applies to