MapExtensions Class
Extension methods for the MapMiddleware
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Map(IAppBuilder, PathString, Action<IAppBuilder>) | If the request path starts with the given pathMatch, execute the app configured via configuration parameter instead of continuing to the next component in the pipeline. |
![]() ![]() | Map(IAppBuilder, String, Action<IAppBuilder>) | If the request path starts with the given pathMatch, execute the app configured via configuration parameter instead of continuing to the next component in the pipeline. |
Show:

