RouteCollectionExtensions Methods

 

Namespace:   System.Web.Routing
Assembly:  Microsoft.Owin.Host.SystemWeb (in Microsoft.Owin.Host.SystemWeb.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticMapOwinPath(RouteCollection^, String^)

Registers a route for the default OWIN application.

System_CAPS_pubmethodSystem_CAPS_staticMapOwinPath(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.

System_CAPS_pubmethodSystem_CAPS_staticMapOwinPath(RouteCollection^, String^, String^)

Registers a route for the default OWIN application.

System_CAPS_pubmethodSystem_CAPS_staticMapOwinPath(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.

System_CAPS_pubmethodSystem_CAPS_staticMapOwinPath<TApp>(RouteCollection^, String^, TApp)

Registers a route for a specific OWIN application entry point.

System_CAPS_pubmethodSystem_CAPS_staticMapOwinPath<TApp>(RouteCollection^, String^, String^, TApp)

Registers a route for a specific OWIN application entry point.

System_CAPS_pubmethodSystem_CAPS_staticMapOwinRoute(RouteCollection^, String^, Action<IAppBuilder^>^)

Provides a way to define routes for an OWIN pipeline.

System_CAPS_pubmethodSystem_CAPS_staticMapOwinRoute(RouteCollection^, String^, RouteValueDictionary^, Action<IAppBuilder^>^)

Provides a way to define routes for an OWIN pipeline.

System_CAPS_pubmethodSystem_CAPS_staticMapOwinRoute(RouteCollection^, String^, RouteValueDictionary^, RouteValueDictionary^, Action<IAppBuilder^>^)

Provides a way to define routes for an OWIN pipeline.

System_CAPS_pubmethodSystem_CAPS_staticMapOwinRoute(RouteCollection^, String^, RouteValueDictionary^, RouteValueDictionary^, RouteValueDictionary^, Action<IAppBuilder^>^)

Provides a way to define routes for an OWIN pipeline.

System_CAPS_pubmethodSystem_CAPS_staticMapOwinRoute(RouteCollection^, String^, String^, Action<IAppBuilder^>^)

Provides a way to define routes for an OWIN pipeline.

System_CAPS_pubmethodSystem_CAPS_staticMapOwinRoute(RouteCollection^, String^, String^, RouteValueDictionary^, Action<IAppBuilder^>^)

Provides a way to define routes for an OWIN pipeline.

System_CAPS_pubmethodSystem_CAPS_staticMapOwinRoute(RouteCollection^, String^, String^, RouteValueDictionary^, RouteValueDictionary^, Action<IAppBuilder^>^)

Provides a way to define routes for an OWIN pipeline.

System_CAPS_pubmethodSystem_CAPS_staticMapOwinRoute(RouteCollection^, String^, String^, RouteValueDictionary^, RouteValueDictionary^, RouteValueDictionary^, Action<IAppBuilder^>^)

Provides a way to define routes for an OWIN pipeline.

Return to top
Show: