SignOutResult.IResult.ExecuteAsync(HttpContext) 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.
Write an HTTP response reflecting the result.
System.Threading.Tasks.Task IResult.ExecuteAsync (Microsoft.AspNetCore.Http.HttpContext httpContext);
abstract member Microsoft.AspNetCore.Http.IResult.ExecuteAsync : Microsoft.AspNetCore.Http.HttpContext -> System.Threading.Tasks.Task
override this.Microsoft.AspNetCore.Http.IResult.ExecuteAsync : Microsoft.AspNetCore.Http.HttpContext -> System.Threading.Tasks.Task
Function ExecuteAsync (httpContext As HttpContext) As Task Implements IResult.ExecuteAsync
Parameters
- httpContext
- HttpContext
The HttpContext for the current request.
Returns
A task that represents the asynchronous execute operation.