XhtmlControlAdapter.RenderOffPageVariables 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呈現子控制項的隱藏回傳變數,這些變數是因為分頁或第二個 UI 而變成不可見。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
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 內部使用。