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
System_CAPS_pubmethod RouteValues()

Initializes a new instance of the RouteValues class.

Properties

Name Description
System_CAPS_pubproperty Attributes

Gets the routing value attributes.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_protmethod GetAttribute(String)

Retrieves the value of the specified attribute.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod SetAttribute(String, String)

Sets the value of the specified attribute.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IAttributeAccessor.GetAttribute(String)

Retrieves the value of the specified attribute.

System_CAPS_pubinterfaceSystem_CAPS_privmethod 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