This documentation is archived and is not being maintained.
RouteCollectionExtensions::MapOwinRoute Method
Provides a way to define routes for an OWIN pipeline.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
|
| Name | Description |
|---|
|
MapOwinRoute(RouteCollection, String, Action<IAppBuilder>)
|
Provides a way to define routes for an OWIN pipeline.
|
|
MapOwinRoute(RouteCollection, String, String, Action<IAppBuilder>)
|
Provides a way to define routes for an OWIN pipeline.
|
|
MapOwinRoute(RouteCollection, String, RouteValueDictionary, Action<IAppBuilder>)
|
Provides a way to define routes for an OWIN pipeline.
|
|
MapOwinRoute(RouteCollection, String, String, RouteValueDictionary, Action<IAppBuilder>)
|
Provides a way to define routes for an OWIN pipeline.
|
|
MapOwinRoute(RouteCollection, String, RouteValueDictionary, RouteValueDictionary, Action<IAppBuilder>)
|
Provides a way to define routes for an OWIN pipeline.
|
|
MapOwinRoute(RouteCollection, String, String, RouteValueDictionary, RouteValueDictionary, Action<IAppBuilder>)
|
Provides a way to define routes for an OWIN pipeline.
|
|
MapOwinRoute(RouteCollection, String, RouteValueDictionary, RouteValueDictionary, RouteValueDictionary, Action<IAppBuilder>)
|
Provides a way to define routes for an OWIN pipeline.
|
|
MapOwinRoute(RouteCollection, String, String, RouteValueDictionary, RouteValueDictionary, RouteValueDictionary, Action<IAppBuilder>)
|
Provides a way to define routes for an OWIN pipeline.
|
Top