MapWhenExtensions Class
Definition
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.
Extension methods for the MapWhenMiddleware.
public ref class MapWhenExtensions abstract sealed
public static class MapWhenExtensions
type MapWhenExtensions = class
Public Module MapWhenExtensions
- Inheritance
-
MapWhenExtensions
Methods
MapWhen(IApplicationBuilder, Func<HttpContext,Boolean>, Action<IApplicationBuilder>) |
Branches the request pipeline based on the result of the given predicate. |