Compartir a través de


IViewBufferScope.CreateWriter(TextWriter) Método

Definición

Crea un Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.PagedBufferedTextWriter objeto que delegará en el proporcionado 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

Parámetros

Devoluciones

Un objeto Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.PagedBufferedTextWriter.

Se aplica a