DekGenius.com
[ Team LiB ] Previous Section Next Section

UpWmlPageAdapter.NET 1.1

System.Web.UI.MobileControls.Adapters (system.web.mobile.dll)class

Provides a customized WmlPageAdapter that is optimized for use with Openwave's UP browser.

public class UpWmlPageAdapter : WmlPageAdapter {
// Public Constructors
   public UpWmlPageAdapter( );
// Public Static Methods
   public static bool DeviceQualifies(System.Web.HttpContext context);
// Public Instance Methods
   public override HtmlTextWriter CreateTextWriter(System.IO.TextWriter writer); // overrides WmlPageAdapter
}

Hierarchy

System.Object ControlAdapter(System.Web.UI.MobileControls.IControlAdapter) WmlControlAdapter WmlPageAdapter(System.Web.UI.MobileControls.IPageAdapter) UpWmlPageAdapter

    [ Team LiB ] Previous Section Next Section