Compartir a través de


RouteMapRule.NextStepIfMatched Propiedad

Definición

Obtiene o establece el paso siguiente después de evaluar la regla. Los comportamientos admitidos actuales son "Continue" (to next rule) y "Terminate". Entre los valores posibles se incluyen: '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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a