IViewBufferScope.CreateWriter(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.
Crée un Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.PagedBufferedTextWriter qui délègue au fourni writer
.
public:
System::IO::TextWriter ^ CreateWriter(System::IO::TextWriter ^ writer);
public System.IO.TextWriter CreateWriter (System.IO.TextWriter writer);
abstract member CreateWriter : System.IO.TextWriter -> System.IO.TextWriter
Public Function CreateWriter (writer As TextWriter) As TextWriter
Paramètres
- writer
- TextWriter
L’TextWriteropérateur
Retours
Un Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.PagedBufferedTextWriter.