This documentation is archived and is not being maintained.

RouteValueDictionary Constructor (Object)

Initializes a new instance of the RouteValueDictionary class and adds values that are based on properties from the specified object.

Namespace:  System.Web.Routing
Assembly:  System.Web.Routing (in System.Web.Routing.dll)

public:
RouteValueDictionary(
	Object^ values
)

Parameters

values
Type: System::Object

An object that contains properties that will be added as elements to the new collection.

Every key in a RouteValueDictionary object must be unique according to the dictionary's equality comparer. The RouteValueDictionary class uses case-insensitive ordinal comparison. For more information, see OrdinalIgnoreCase. A key cannot be nullptr.

The following example shows how to create a Route object and how to set the Constraints, DataTokens, and Defaults properties.

No code example is currently available or this language may not be supported.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5 SP1
Show: