| 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