Compartir a través de


Parameter.RoutePrefix Propiedad

Definición

Obtiene o establece la lista de prefijos de ruta.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a