Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public RouteValueDictionary RouteValues { get; }
Visual Basic
Public ReadOnly Property RouteValues As RouteValueDictionary
	Get
Visual C++
public:
property RouteValueDictionary^ RouteValues {
	RouteValueDictionary^ get ();
}

See Also