IViewBufferScope.CreateWriter(TextWriter) メソッド

定義

Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.PagedBufferedTextWriter指定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

パラメーター

戻り値

Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.PagedBufferedTextWriter

適用対象