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.RoutingAssembly:
Microsoft.Owin.Host.SystemWeb (in Microsoft.Owin.Host.SystemWeb.dll)
<ExtensionAttribute>
Public NotInheritable Class RouteCollectionExtensions
| Name | Description |
|---|
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | MapOwinPath(RouteCollection, String) | Registers a route for the default OWIN application. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | MapOwinPath(RouteCollection, String, Action(Of IAppBuilder)) | Invokes the System.Action startup delegate to build the OWIN application and then registers a route for it on the given path. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | MapOwinPath(RouteCollection, String, String) | Registers a route for the default OWIN application. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | MapOwinPath(RouteCollection, String, String, Action(Of IAppBuilder)) | Invokes the System.Action startup delegate to build the OWIN application and then registers a route for it on the given path. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | MapOwinPath(Of TApp)(RouteCollection, String, TApp) | Registers a route for a specific OWIN application entry point. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | MapOwinPath(Of TApp)(RouteCollection, String, String, TApp) | Registers a route for a specific OWIN application entry point. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | MapOwinRoute(RouteCollection, String, Action(Of IAppBuilder)) | Provides a way to define routes for an OWIN pipeline. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | MapOwinRoute(RouteCollection, String, RouteValueDictionary, Action(Of IAppBuilder)) | Provides a way to define routes for an OWIN pipeline. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | MapOwinRoute(RouteCollection, String, RouteValueDictionary, RouteValueDictionary, Action(Of IAppBuilder)) | Provides a way to define routes for an OWIN pipeline. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | MapOwinRoute(RouteCollection, String, RouteValueDictionary, RouteValueDictionary, RouteValueDictionary, Action(Of IAppBuilder)) | Provides a way to define routes for an OWIN pipeline. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | MapOwinRoute(RouteCollection, String, String, Action(Of IAppBuilder)) | Provides a way to define routes for an OWIN pipeline. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | MapOwinRoute(RouteCollection, String, String, RouteValueDictionary, Action(Of IAppBuilder)) | Provides a way to define routes for an OWIN pipeline. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | MapOwinRoute(RouteCollection, String, String, RouteValueDictionary, RouteValueDictionary, Action(Of IAppBuilder)) | Provides a way to define routes for an OWIN pipeline. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | MapOwinRoute(RouteCollection, String, String, RouteValueDictionary, RouteValueDictionary, RouteValueDictionary, Action(Of IAppBuilder)) | Provides a way to define routes for an OWIN pipeline. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top