WebSiteGetConfigurationResponse.DefaultDocuments Property

 

Gets or sets a collection that contains, in order of preference, the names of the files that a web site returns when the web site's domain name is requested by itself.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Public Property DefaultDocuments As IList(Of String)

Property Value

Type: System.Collections.Generic.IList(Of String)

A collection of file names.

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.

Return to top
Show: