다음을 통해 공유


XhtmlControlAdapter.RenderOffPageVariables 메서드

정의

페이지 매김 또는 보조 UI로 인해 표시되지 않는 자식 컨트롤의 숨겨진 다시 게시 변수를 렌더링합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

protected:
 void RenderOffPageVariables(System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlMobileTextWriter ^ writer, System::Web::UI::Control ^ control, int page);
protected void RenderOffPageVariables (System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter writer, System.Web.UI.Control control, int page);
member this.RenderOffPageVariables : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * System.Web.UI.Control * int -> unit
Protected Sub RenderOffPageVariables (writer As XhtmlMobileTextWriter, control As Control, page As Integer)

매개 변수

writer
XhtmlMobileTextWriter

클라이언트의 브라우저에서 서버 컨트롤 콘텐츠를 렌더링하는 데 사용되는 XhtmlMobileTextWriter 개체입니다.

control
Control

다시 게시 변수를 찾을 컨트롤입니다.

page
Int32

현재 페이지 번호입니다.

설명

메서드는 RenderOffPageVariables 컨트롤 및 각 자식 컨트롤을 검사합니다. 자식 개체가 를 구현하는 IPostBackDataHandler경우 메서드는 자식 컨트롤의 어댑터 RenderAsHiddenInputField 메서드를 사용하여 변수를 현재 페이지로 렌더링합니다.

이 메서드는 주로 .NET Framework에서 내부적으로 사용됩니다.

적용 대상

추가 정보