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

G. andrew Duthie; matthew Macdonald

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

HtmlCommandAdapter.NET 1.1

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

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

public class 

HtmlCommandAdapter : HtmlControlAdapter { // Public Constructors public

HtmlCommandAdapter ( ); // Protected Instance Properties protected Command

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

LoadPostData (string

key , System.Collections.Specialized.NameValueCollection

data , object

controlPrivateData , out bool

dataChanged ); // overrides ControlAdapter public override void

Render (HtmlMobileTextWriter

writer ); // overrides HtmlControlAdapter }

Hierarchy

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

Subclasses

lCommandAdapter