共用方式為


HttpServerLocation.RelativeUrl Property

Definition

Gets or sets specify the relativeUrl of http server. Type: string (or Expression with resultType string)

[Newtonsoft.Json.JsonProperty(PropertyName="relativeUrl")]
public object RelativeUrl { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="relativeUrl")>]
member this.RelativeUrl : obj with get, set
Public Property RelativeUrl As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to