WebSiteUpdateConfigurationParameters.DefaultDocuments Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET