RouteEntry(String, Route) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.