次の方法で共有


RouteMapRule.NextStepIfMatched プロパティ

定義

ルールの評価後の次のステップを取得または設定します。 現在サポートされている動作は、'Continue'(to next rule) と 'Terminate' です。 使用可能な値には、'Unknown'、'Continue'、'Terminate' などがあります。

[Newtonsoft.Json.JsonProperty(PropertyName="nextStepIfMatched")]
public string NextStepIfMatched { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nextStepIfMatched")>]
member this.NextStepIfMatched : string with get, set
Public Property NextStepIfMatched As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象