RouteValues Class
Represents the value of the routing module to a particular MVC control.
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | RouteValues() | Initializes a new instance of the RouteValues class. |
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets the routing value attributes. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetAttribute(String) | Retrieves the value of the specified attribute. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetAttribute(String, String) | Sets the value of the specified attribute. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IAttributeAccessor.GetAttribute(String) | Retrieves the value of the specified attribute. |
![]() ![]() | IAttributeAccessor.SetAttribute(String, String) | Sets the value of the specified attribute. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:




