AnchorTagHelper.RouteValues Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Дополнительные параметры для маршрута.
public:
property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ RouteValues { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ value); };
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-all-route-data", DictionaryAttributePrefix="asp-route-")]
public System.Collections.Generic.IDictionary<string,string> RouteValues { get; set; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-all-route-data", DictionaryAttributePrefix="asp-route-")>]
member this.RouteValues : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property RouteValues As IDictionary(Of String, String)
Значение свойства
- Атрибуты