Поделиться через


ControllerModel.RouteValues Свойство

Определение

Возвращает коллекцию значений маршрута, которые должны присутствовать в Values для выбора соответствующего действия.

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

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

Комментарии

Записи в RouteValues могут быть переопределены записями в RouteValues.

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