Microsoft.AspNetCore.Builder.Extensions Namespace
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.
Provides methods for adding custom middleware to an application.
Classes
MapMiddleware |
Represents a middleware that maps a request path to a sub-request pipeline. |
MapOptions |
Options for the MapMiddleware. |
MapWhenMiddleware |
Represents a middleware that runs a sub-request pipeline when a given predicate is matched. |
MapWhenOptions |
Options for the MapWhenMiddleware. |
UsePathBaseMiddleware |
Represents a middleware that extracts the specified path base from request path and postpend it to the request path base. |
Remarks
For more information about using middleware, see ASP.NET Core Middleware.