Click or drag to resize
IRouteDataValues Property
Gets a collection of URL parameter values and default values for the route.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
IDictionary<string, Object> Values { get; }

Property Value

Type: IDictionaryString, Object
See Also