HttpWebRoute Constructor (String, RouteValueDictionary, RouteValueDictionary, IRouteHandler)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  System.Web.Http.WebHost.Routing
Assembly:  System.Web.Http.WebHost (in System.Web.Http.WebHost.dll)

Syntax

'Declaration
Public Sub New ( _
    url As String, _
    defaults As RouteValueDictionary, _
    constraints As RouteValueDictionary, _
    routeHandler As IRouteHandler _
)
public HttpWebRoute(
    string url,
    RouteValueDictionary defaults,
    RouteValueDictionary constraints,
    IRouteHandler routeHandler
)
public:
HttpWebRoute(
    String^ url, 
    RouteValueDictionary^ defaults, 
    RouteValueDictionary^ constraints, 
    IRouteHandler^ routeHandler
)
new : 
        url:string * 
        defaults:RouteValueDictionary * 
        constraints:RouteValueDictionary * 
        routeHandler:IRouteHandler -> HttpWebRoute
public function HttpWebRoute(
    url : String, 
    defaults : RouteValueDictionary, 
    constraints : RouteValueDictionary, 
    routeHandler : IRouteHandler
)

Parameters

.NET Framework Security

See Also

Reference

HttpWebRoute Class

HttpWebRoute Overload

System.Web.Http.WebHost.Routing Namespace