public class WmlPageAdapter : WmlControlAdapter, System.Web.UI.MobileControls.IPageAdapter {
// Public Constructors
public
WmlPageAdapter ( );
// Public Instance Properties
public virtual IList
CacheVaryByHeaders {get; } // implements System.Web.UI.MobileControls.IPageAdapter
public IDictionary
CookielessDataDictionary {set; get; }// implements System.Web.UI.MobileControls.IPageAdapter
public virtual int
OptimumPageWeight {get; }// implements System.Web.UI.MobileControls.IPageAdapter
public override MobilePage
Page {set; get; } // overrides ControlAdapter
public bool
PersistCookielessData {set; get; } // implements System.Web.UI.MobileControls.IPageAdapter
// Public Static Methods
public static bool
DeviceQualifies (System.Web.HttpContext
context );
// Public Instance Methods
public virtual HtmlTextWriter
CreateTextWriter (System.IO.TextWriter
writer );
// implements System.Web.UI.MobileControls.IPageAdapter
public virtual NameValueCollection
DeterminePostBackMode (System.Web.HttpRequest
request ,
string
postEventSourceID , string
postEventArgumentID ,
System.Collections.Specialized.NameValueCollection
baseCollection );
// implements System.Web.UI.MobileControls.IPageAdapter
public virtual bool
HandleError (Exception
e ,
System.Web.UI.HtmlTextWriter
writer );
// implements System.Web.UI.MobileControls.IPageAdapter
public virtual bool
HandlePagePostBackEvent (string
eventSource ,
string
eventArgument ); // implements System.Web.UI.MobileControls.IPageAdapter
public virtual bool
IsFormRendered (System.Web.UI.MobileControls.Form
form );
public override void
Render (WmlMobileTextWriter
writer ); // overrides WmlControlAdapter
public virtual bool
RendersMultipleForms ( );
// Protected Instance Methods
protected virtual void
RenderForm (WmlMobileTextWriter
writer , System.Web.UI.MobileControls.Form
form );
}