다음을 통해 공유


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

응답에 뷰를 렌더링하는 데 사용되는 기록기입니다.

특성

적용 대상