IViewBufferScope.CreateWriter(TextWriter) Metoda

Definicja

Tworzy obiekt Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.PagedBufferedTextWriter , który będzie delegować do podanego writerpliku .

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

Parametry

writer
TextWriter

Element TextWriter.

Zwraca

Klasa Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.PagedBufferedTextWriter.

Dotyczy