KestrunRequestCultureMiddleware.InvokeAsync method

Invokes the middleware for the specified request context.

public Task InvokeAsync(HttpContext context)
parameter description
context The HTTP context.

Return Value

A task that represents the completion of request processing.

See Also