Microsoft.Owin.Mapping Namespace

 

Provides class for OWIN mapping.

Classes

Class Description
System_CAPS_pubclass 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.

System_CAPS_pubclass MapOptions

Options for the Map middleware.

System_CAPS_pubclass MapWhenMiddleware

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

System_CAPS_pubclass MapWhenOptions

Options for the MapWhen middleware.

Return to top