FormTagHelper.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)

屬性值

屬性

適用於