HttpSettingsRoutes.ApiPrefix Property

Definition

Gets or sets the prefix that should precede all the authentication/authorization paths.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to