HtmlFormAdapter

HtmlFormAdapter.NET 1.1

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

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

public class HtmlFormAdapter : HtmlControlAdapter { // Public Constructors    public HtmlFormAdapter( ); // Protected Instance Properties    protected Form Control{get; } // Public Instance Methods    public override void Render(HtmlMobileTextWriter writer);    // overrides HtmlControlAdapter // Protected Instance Methods    protected internal void DisablePager( );    protected virtual void RenderBodyTag(HtmlMobileTextWriter writer, System.Collections.IDictionary attributes);    protected virtual bool RenderExtraHeadElements(HtmlMobileTextWriter writer);    protected virtual void RenderPager(HtmlMobileTextWriter writer);    protected internal virtual void RenderPagerTag(HtmlMobileTextWriter writer, int pageToNavigate, string text);    protected virtual bool ShouldRenderFormTag( ); }

Hierarchy

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

Subclasses

ChtmlFormAdapter

Returned By

HtmlControlAdapter.FormAdapter



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net