ViewPage.SetTextWriter(TextWriter) Méthode
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.
Attention
The TextWriter is now provided by the ViewContext object passed to the RenderView method.
Remarque : Cette API est désormais obsolète. Définit l’enregistreur de texte utilisé pour restituer la vue à la réponse.
[System.Obsolete("The TextWriter is now provided by the ViewContext object passed to the RenderView method.", true)]
public void SetTextWriter (System.IO.TextWriter textWriter);
member this.SetTextWriter : System.IO.TextWriter -> unit
Public Sub SetTextWriter (textWriter As TextWriter)
Paramètres
- textWriter
- TextWriter
Writer utilisé afin de restituer l'affichage pour la réponse.
- Attributs