Partager via


WebSiteUpdateConfigurationParameters.DefaultDocuments Propriété

Définition

facultatif. Un ou plusieurs éléments de chaîne qui répertorient, par ordre de préférence, le nom du fichier retourné par un site web lorsque le nom de domaine du site web est demandé par lui-même. Par exemple, si le document par défaut pour http://contoso.com est default.htm, la page http://www.contoso.com/default.htm est retournée lorsque le navigateur pointe vers 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)

Valeur de propriété

S’applique à