Share via


Microsoft.Owin.Mapping Namespace

Classes

MapMiddleware

Used to create path based branches in your application pipeline. The owin.RequestPathBase is not included in the evaluation, only owin.RequestPath. Matching paths have the matching piece removed from owin.RequestPath and added to the owin.RequestPathBase.

MapOptions

Options for the Map middleware

MapWhenMiddleware

Determines if the request should take a specific branch of the pipeline by passing the environment to a user defined callback.

MapWhenOptions

Options for the MapWhen middleware