This documentation is archived and is not being maintained.
RouteCollectionExtensions Class
Provides extension methods for registering OWIN applications as System.Web routes.
Namespace:
System.Web.Routing Assembly:
Microsoft.Owin.Host.SystemWeb (in Microsoft.Owin.Host.SystemWeb.dll)
public final class RouteCollectionExtensions
|
| Name | Description |
|---|
.gif?cs-save-lang=1&cs-lang=jscript) .gif?cs-save-lang=1&cs-lang=jscript) | MapOwinPath(RouteCollection, String) | Registers a route for the default OWIN application. |
.gif?cs-save-lang=1&cs-lang=jscript) .gif?cs-save-lang=1&cs-lang=jscript) | 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. |
.gif?cs-save-lang=1&cs-lang=jscript) .gif?cs-save-lang=1&cs-lang=jscript) | MapOwinPath(RouteCollection, String, String) | Registers a route for the default OWIN application. |
.gif?cs-save-lang=1&cs-lang=jscript) .gif?cs-save-lang=1&cs-lang=jscript) | 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. |
.gif?cs-save-lang=1&cs-lang=jscript) .gif?cs-save-lang=1&cs-lang=jscript) | MapOwinPath(TApp)(RouteCollection, String, TApp) | Registers a route for a specific OWIN application entry point. |
.gif?cs-save-lang=1&cs-lang=jscript) .gif?cs-save-lang=1&cs-lang=jscript) | MapOwinPath(TApp)(RouteCollection, String, String, TApp) | Registers a route for a specific OWIN application entry point. |
.gif?cs-save-lang=1&cs-lang=jscript) .gif?cs-save-lang=1&cs-lang=jscript) | MapOwinRoute(RouteCollection, String, Action(IAppBuilder)) | Provides a way to define routes for an OWIN pipeline. |
.gif?cs-save-lang=1&cs-lang=jscript) .gif?cs-save-lang=1&cs-lang=jscript) | MapOwinRoute(RouteCollection, String, String, Action(IAppBuilder)) | Provides a way to define routes for an OWIN pipeline. |
.gif?cs-save-lang=1&cs-lang=jscript) .gif?cs-save-lang=1&cs-lang=jscript) | MapOwinRoute(RouteCollection, String, RouteValueDictionary, Action(IAppBuilder)) | Provides a way to define routes for an OWIN pipeline. |
.gif?cs-save-lang=1&cs-lang=jscript) .gif?cs-save-lang=1&cs-lang=jscript) | MapOwinRoute(RouteCollection, String, String, RouteValueDictionary, Action(IAppBuilder)) | Provides a way to define routes for an OWIN pipeline. |
.gif?cs-save-lang=1&cs-lang=jscript) .gif?cs-save-lang=1&cs-lang=jscript) | MapOwinRoute(RouteCollection, String, RouteValueDictionary, RouteValueDictionary, Action(IAppBuilder)) | Provides a way to define routes for an OWIN pipeline. |
.gif?cs-save-lang=1&cs-lang=jscript) .gif?cs-save-lang=1&cs-lang=jscript) | MapOwinRoute(RouteCollection, String, String, RouteValueDictionary, RouteValueDictionary, Action(IAppBuilder)) | Provides a way to define routes for an OWIN pipeline. |
.gif?cs-save-lang=1&cs-lang=jscript) .gif?cs-save-lang=1&cs-lang=jscript) | MapOwinRoute(RouteCollection, String, RouteValueDictionary, RouteValueDictionary, RouteValueDictionary, Action(IAppBuilder)) | Provides a way to define routes for an OWIN pipeline. |
.gif?cs-save-lang=1&cs-lang=jscript) .gif?cs-save-lang=1&cs-lang=jscript) | MapOwinRoute(RouteCollection, String, String, RouteValueDictionary, RouteValueDictionary, RouteValueDictionary, Action(IAppBuilder)) | Provides a way to define routes for an OWIN pipeline. |
TopAny public
static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.