DekGenius.com
[ Team LiB ] Previous Section Next Section

ChtmlLinkAdapter.NET 1.1

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

This adapter renders the System.Web.UI.MobileControls.Link control to cHTML.

public class ChtmlLinkAdapter : HtmlLinkAdapter {
// Public Constructors
   public ChtmlLinkAdapter( );
// Protected Instance Methods
   protected override void AddAttributes(HtmlMobileTextWriter writer); // overrides HtmlControlAdapter
}

Hierarchy

System.Object ControlAdapter(System.Web.UI.MobileControls.IControlAdapter) HtmlControlAdapter HtmlLinkAdapter ChtmlLinkAdapter

    [ Team LiB ] Previous Section Next Section