WebSiteUpdateConfigurationParameters.DefaultDocuments Property

Definition

Optional. One or more string elements that list, in order of preference, the name of the file that a web site returns when the web site's domain name is requested by itself. For example, if the default document for http://contoso.com is default.htm, the page http://www.contoso.com/default.htm is returned when the browser is pointed to http://www.contoso.com.

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

Property Value

Applies to