RouteEntry(String, Route) Constructor

Definition

Initializes a new instance of the RouteEntry class.

public RouteEntry (string name, System.Web.Routing.Route route);
new System.Web.Mvc.Routing.RouteEntry : string * System.Web.Routing.Route -> System.Web.Mvc.Routing.RouteEntry
Public Sub New (name As String, route As Route)

Parameters

name
String

The route name.

route
Route

The route.

Applies to