DefaultWebOptions.AlwaysSaveInDefaultEncoding 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.
True si le codage par défaut est utilisé lorsque vous enregistrez une page Web ou un document en texte brut, indépendamment du codage initial du fichier au moment de son ouverture. False si le codage d'origine du fichier est utilisé. La valeur par défaut est False.
public:
property bool AlwaysSaveInDefaultEncoding { bool get(); void set(bool value); };
public bool AlwaysSaveInDefaultEncoding { get; set; }
member this.AlwaysSaveInDefaultEncoding : bool with get, set
Public Property AlwaysSaveInDefaultEncoding As Boolean
Valeur de propriété
Remarques
La Encoding propriété peut être utilisée pour définir l’encodage par défaut.