IViewBufferScope.CreateWriter(TextWriter) Method

Definition

Creates a Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.PagedBufferedTextWriter that will delegate to the provided 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

Parameters

writer
TextWriter

The TextWriter.

Returns

A Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.PagedBufferedTextWriter.

Applies to