RouteData.RouteValues Свойство

Определение

Возвращает значения параметров маршрута, извлеченные из сопоставленного маршрута.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ RouteValues { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,object> RouteValues { get; }
public System.Collections.Generic.IReadOnlyDictionary<string,object?> RouteValues { get; }
member this.RouteValues : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public ReadOnly Property RouteValues As IReadOnlyDictionary(Of String, Object)

Значение свойства

Применяется к