次の方法で共有


Criterion.RoutePrefix プロパティ

定義

この条件が一致するルート プレフィックスの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="routePrefix")]
public System.Collections.Generic.IList<string> RoutePrefix { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="routePrefix")>]
member this.RoutePrefix : System.Collections.Generic.IList<string> with get, set
Public Property RoutePrefix As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象