MapExtensions Class

Definition

Extension methods for the MapMiddleware.

public ref class MapExtensions abstract sealed
public static class MapExtensions
type MapExtensions = class
Public Module MapExtensions
Inheritance
MapExtensions

Methods

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.

Map(IApplicationBuilder, PathString, Boolean, 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.

Map(IApplicationBuilder, String, 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.

Applies to