MapExtensions
MapExtensions
MapExtensions
Class
Definition
Extension methods for the MapMiddleware.
public static class MapExtensions
type MapExtensions = class
Public Module MapExtensions
- Inheritance
Methods
Map(IApplicationBuilder, PathString, Action<IApplicationBuilder>) Map(IApplicationBuilder, PathString, Action<IApplicationBuilder>) Map(IApplicationBuilder, PathString, Action<IApplicationBuilder>) |
Branches the request pipeline based on matches of the given request path. If the request path starts with the given path, the branch is executed. |