WebSite.EnabledHostNames Property

Definition

Optional. An array of strings that contains enabled host names for the web site. By default, these are [SiteName].azurewebsites.net and [SiteName].scm.azurewebsites.net.

public System.Collections.Generic.IList<string> EnabledHostNames { get; set; }
member this.EnabledHostNames : System.Collections.Generic.IList<string> with get, set
Public Property EnabledHostNames As IList(Of String)

Property Value

Applies to