RouteValueDictionary::Values Property

 

Gets a collection that contains the values in the dictionary.

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

public:
property Dictionary<String^, Object^>::ValueCollection^ Values {
	Dictionary<String^, Object^>::ValueCollection^ get();
}

Property Value

Type: System.Collections.Generic::Dictionary<String^, Object^>::ValueCollection^

A collection that contains the values in the dictionary.

.NET Framework
Available since 3.5
Return to top
Show: