RouteEntry Class
Represents a named route.
Namespace: System.Web.Mvc.Routing
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Inheritance Hierarchy
System.Object
System.Web.Mvc.Routing.RouteEntry
Syntax
public class RouteEntry
public ref class RouteEntry
type RouteEntry = class end
Public Class RouteEntry
Constructors
Name | Description | |
---|---|---|
![]() |
RouteEntry(String, Route) | Initializes a new instance of the RouteEntry class. |
Properties
Name | Description | |
---|---|---|
![]() |
Name | Gets the route name. |
![]() |
Route | Gets the route. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Mvc.Routing Namespace
Return to top