TemplateValuesResult.AcceptedValues プロパティ

定義

URL に表示される値のセット。

public:
 property Microsoft::AspNetCore::Routing::RouteValueDictionary ^ AcceptedValues { Microsoft::AspNetCore::Routing::RouteValueDictionary ^ get(); void set(Microsoft::AspNetCore::Routing::RouteValueDictionary ^ value); };
public Microsoft.AspNetCore.Routing.RouteValueDictionary AcceptedValues { get; set; }
member this.AcceptedValues : Microsoft.AspNetCore.Routing.RouteValueDictionary with get, set
Public Property AcceptedValues As RouteValueDictionary

プロパティ値

適用対象