IViewBufferScope.CreateWriter(TextWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.