This documentation is archived and is not being maintained.
RouteCollectionExtensions Methods
Namespace:
System.Web.RoutingAssembly:
Microsoft.Owin.Host.SystemWeb (in Microsoft.Owin.Host.SystemWeb.dll)
| 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(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^, TApp) | Registers a route for a specific OWIN application entry point. |
  | MapOwinPath<TApp>(RouteCollection^, String^, String^, TApp) | Registers a route for a specific OWIN application entry point. |
  | MapOwinRoute(RouteCollection^, 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^, 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^, 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^, String^, 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. |
Return to top