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

G. andrew Duthie; matthew Macdonald

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

HtmlImageAdapter.NET 1.1

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

This adapter renders the System.Web.UI.MobileControls.Image control to HTML, which supports most image types.

public class 

HtmlImageAdapter : HtmlControlAdapter { // Public Constructors public

HtmlImageAdapter ( ); // Protected Instance Properties protected Image

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

Render (HtmlMobileTextWriter

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

RenderImage (HtmlMobileTextWriter

writer ); }

Hierarchy

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

Subclasses

lImageAdapter