WmlPhoneCallAdapter

WmlPhoneCallAdapter.NET 1.1

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

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

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

Hierarchy

System.Object ControlAdapter(System.Web.UI.MobileControls.IControlAdapter) WmlControlAdapter WmlPhoneCallAdapter



    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