Share via


Criterion.RoutePrefix Property

Definition

Gets or sets list of route prefixes which this criteria matches.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to