RouteData::Values Property

 

Gets a collection of URL parameter values and default values for the route.

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

public:
property RouteValueDictionary^ Values {
	RouteValueDictionary^ get();
}

Property Value

Type: System.Web.Routing::RouteValueDictionary^

An object that contains values that are parsed from the URL and from default values.

.NET Framework
Available since 3.5
Return to top
Show: