RouteCollectionExtensions.MapOwinPath Method
Include Protected Members
Include Inherited Members
Registers a route for the default OWIN application.
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 | |
---|---|---|
MapOwinPath(RouteCollection, String) | Registers a route for the default OWIN application. | |
MapOwinPath(RouteCollection, String, Action<IAppBuilder>) | Invokes the System.Action startup delegate to build the OWIN application and then registers a route for it on the given path. | |
MapOwinPath(RouteCollection, String, String) | Registers a route for the default OWIN application. | |
MapOwinPath<TApp>(RouteCollection, String, TApp) | Registers a route for a specific OWIN application entry point. | |
MapOwinPath(RouteCollection, String, String, Action<IAppBuilder>) | Invokes the System.Action startup delegate to build the OWIN application and then registers a route for it on the given path. | |
MapOwinPath<TApp>(RouteCollection, String, String, TApp) | Registers a route for a specific OWIN application entry point. |
Top