PageExecutionContext.TextWriter 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.
Obtient ou définit le TextWriter utilisé pour afficher le document.
public:
property System::IO::TextWriter ^ TextWriter { System::IO::TextWriter ^ get(); void set(System::IO::TextWriter ^ value); };
public System.IO.TextWriter TextWriter { get; set; }
member this.TextWriter : System.IO.TextWriter with get, set
Public Property TextWriter As TextWriter
Valeur de propriété
Writer de texte utilisé pour afficher le document.
Remarques
Le writer de texte permet aux consommateurs d’écrire des jetons dans le flux de sortie pour le mappage de sélection.