DekGenius.com
[ Team LiB ] Previous Section Next Section

HtmlPhoneCallAdapter.NET 1.1

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

This adapter renders the System.Web.UI.MobileControls.PhoneCall control to HTML by using a "tel:" URL on a device with telephony capability.

public class HtmlPhoneCallAdapter : HtmlControlAdapter {
// Public Constructors
   public HtmlPhoneCallAdapter( );
// Protected Instance Properties
   protected PhoneCall Control{get; }
// Public Instance Methods
   public override void Render(HtmlMobileTextWriter writer);    // overrides HtmlControlAdapter
}

Hierarchy

System.Object ControlAdapter(System.Web.UI.MobileControls.IControlAdapter) HtmlControlAdapter HtmlPhoneCallAdapter

Subclasses

ChtmlPhoneCallAdapter

    [ Team LiB ] Previous Section Next Section