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

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

Property Value

Type: IDictionaryString, Object
See Also