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

G. andrew Duthie; matthew Macdonald

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

HtmlLabelAdapter.NET 1.1

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

This adapter renders the System.Web.UI.MobileControls.Label control to HTML.

public class 

HtmlLabelAdapter : HtmlControlAdapter { // Public Constructors public

HtmlLabelAdapter ( ); // Protected Instance Properties protected TextControl

Control {get; } // Public Instance Methods public override void

Render (HtmlMobileTextWriter

writer ); // overrides HtmlControlAdapter // Protected Instance Methods protected internal bool

WhiteSpace (string

s ); }

Hierarchy

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