Microsoft.Owin.Mapping 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.
Map |
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. |
Map |
Options for the Map middleware |
Map |
Determines if the request should take a specific branch of the pipeline by passing the environment to a user defined callback. |
Map |
Options for the MapWhen middleware |