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)

System.Object
  Microsoft.Web.Mvc.Controls.RouteValues

type RouteValues = 
    class
        interface IAttributeAccessor
    end

NameDescription
System_CAPS_pubmethodRouteValues()

Initializes a new instance of the RouteValues class.

NameDescription
System_CAPS_pubpropertyAttributes

Gets the routing value attributes.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetAttribute(String)

Retrieves the value of the specified attribute.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSetAttribute(String, String)

Sets the value of the specified attribute.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIAttributeAccessor.GetAttribute(String)

Retrieves the value of the specified attribute.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIAttributeAccessor.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.

Return to top
Show: