RouteMapRule.NextStepIfMatched Property

Definition

Gets or sets next step after rule is evaluated. Current supported behaviors are 'Continue'(to next rule) and 'Terminate'. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to