RouteValues Class
Represents the value of the routing module to a particular MVC control.
Namespace: Microsoft.Web.Mvc.Controls
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Inheritance Hierarchy
System.Object
Microsoft.Web.Mvc.Controls.RouteValues
Syntax
public class RouteValues : IAttributeAccessor
public ref class RouteValues : IAttributeAccessor
type RouteValues =
class
interface IAttributeAccessor
end
Public Class RouteValues
Implements IAttributeAccessor
Constructors
Name | Description | |
---|---|---|
RouteValues() | Initializes a new instance of the RouteValues class. |
Properties
Name | Description | |
---|---|---|
Attributes | Gets the routing value attributes. |
Methods
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.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IAttributeAccessor.GetAttribute(String) | Retrieves the value of the specified attribute. |
|
IAttributeAccessor.SetAttribute(String, String) | Sets the value of the specified attribute. |
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
Microsoft.Web.Mvc.Controls Namespace
Return to top