ChtmlCommandAdapter

ChtmlCommandAdapter.NET 1.1

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

This adapter renders the System.Web.UI.MobileControls.Command control to cHTML. cHTML devices do not support JavaScript, and thus do not support the System.Web.UI.MobileControls.CommandFormat.Link style.

public class ChtmlCommandAdapter : HtmlCommandAdapter {
// Public Constructors
   public ChtmlCommandAdapter( );
// Public Instance Properties
   public override bool RequiresFormTag{get; }                   // overrides HtmlControlAdapter
// Protected Instance Methods
   protected override void AddAttributes(HtmlMobileTextWriter writer);   // overrides HtmlControlAdapter
}

Hierarchy

System.Object ControlAdapter(System.Web.UI.MobileControls.IControlAdapter) HtmlControlAdapter HtmlCommandAdapter ChtmlCommandAdapter



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace