RouteCollectionExtensions.MapOwinRoute Method

Include Protected Members
Include Inherited Members

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.

Overload List

  Name Description
Public methodStatic member MapOwinRoute(RouteCollection, String, Action<IAppBuilder>) Provides a way to define routes for an OWIN pipeline.
Public methodStatic member MapOwinRoute(RouteCollection, String, String, Action<IAppBuilder>) Provides a way to define routes for an OWIN pipeline.
Public methodStatic member MapOwinRoute(RouteCollection, String, RouteValueDictionary, Action<IAppBuilder>) Provides a way to define routes for an OWIN pipeline.
Public methodStatic member MapOwinRoute(RouteCollection, String, String, RouteValueDictionary, Action<IAppBuilder>) Provides a way to define routes for an OWIN pipeline.
Public methodStatic member MapOwinRoute(RouteCollection, String, RouteValueDictionary, RouteValueDictionary, Action<IAppBuilder>) Provides a way to define routes for an OWIN pipeline.
Public methodStatic member MapOwinRoute(RouteCollection, String, String, RouteValueDictionary, RouteValueDictionary, Action<IAppBuilder>) Provides a way to define routes for an OWIN pipeline.
Public methodStatic member MapOwinRoute(RouteCollection, String, RouteValueDictionary, RouteValueDictionary, RouteValueDictionary, Action<IAppBuilder>) Provides a way to define routes for an OWIN pipeline.
Public methodStatic member MapOwinRoute(RouteCollection, String, String, RouteValueDictionary, RouteValueDictionary, RouteValueDictionary, Action<IAppBuilder>) Provides a way to define routes for an OWIN pipeline.

Top

See Also

Reference

RouteCollectionExtensions Class

System.Web.Routing Namespace