MapWhenExtensions Class
Extension methods for the MapWhenMiddleware
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | MapWhen(IAppBuilder^, Func<IOwinContext^, Boolean>^, Action<IAppBuilder^>^) | Branches the request pipeline based on the result of the given predicate. |
![]() ![]() | MapWhenAsync(IAppBuilder^, Func<IOwinContext^, Task<Boolean>^>^, Action<IAppBuilder^>^) | Branches the request pipeline based on the async result of the given predicate. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

