Microsoft.AspNetCore.Builder.Extensions Namespace

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.