MapExtensions.Map Method

Include Protected Members
Include Inherited Members

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member 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.
Public methodStatic member 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.

Top

See Also

Reference

MapExtensions Class

Owin Namespace