StaticSiteBuildProperties.OutputLocation Property

Definition

Gets or sets the output path of the app after building.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to