ViewUserControl.SetTextWriter(TextWriter) メソッド

定義

注意事項

The TextWriter is now provided by the ViewContext object passed to the RenderView method.

ビューを応答に表示するために使用するテキスト ライターを設定します。

[System.Obsolete("The TextWriter is now provided by the ViewContext object passed to the RenderView method.", true)]
public void SetTextWriter (System.IO.TextWriter textWriter);
member this.SetTextWriter : System.IO.TextWriter -> unit
Public Sub SetTextWriter (textWriter As TextWriter)

パラメーター

textWriter
TextWriter

ビューを応答に表示するために使用されるライター。

属性

適用対象