ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 681
نمايش فراداده

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

lPhoneCallAdapter