XhtmlControlAdapter.RenderOffPageVariables 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
페이지 매김 또는 보조 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에서 내부적으로 사용됩니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET