RouteEntry.Name Property
Gets the route name.
Namespace: System.Web.Mvc.Routing
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public string Name { get; }
public:
property String^ Name {
String^ get();
}
member Name : string with get
Public ReadOnly Property Name As String
Property Value
Type: System.String
The route name, if any; otherwise, null.
See Also
RouteEntry Class
System.Web.Mvc.Routing Namespace
Return to top