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

G. andrew Duthie; matthew Macdonald

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

HtmlListAdapter.NET 1.1

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

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

public class 

HtmlListAdapter : HtmlControlAdapter { // Public Constructors public

HtmlListAdapter ( ); // Protected Instance Properties protected List

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

Render (HtmlMobileTextWriter

writer ); // overrides HtmlControlAdapter // Protected Instance Methods protected virtual void

RenderList (HtmlMobileTextWriter

writer ); }

Hierarchy

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