IMiddleware Interface
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.
Defines middleware that can be added to the application's request pipeline.
public interface class IMiddleware
public interface IMiddleware
type IMiddleware = interface
Public Interface IMiddleware
Methods
InvokeAsync(HttpContext, RequestDelegate) |
Request handling method. |