HtmlLiteralTextAdapter

HtmlLiteralTextAdapter.NET 1.1

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

This adapter renders literal text (represented by the System.Web.UI.MobileControls.LiteralText control) to cHTML.

public class HtmlLiteralTextAdapter : HtmlControlAdapter {
// Public Constructors
   public HtmlLiteralTextAdapter( );
// Protected Instance Properties
   protected LiteralText Control{get; }
// Public Instance Methods
   public override void Render(HtmlMobileTextWriter writer);    // overrides HtmlControlAdapter
}

Hierarchy

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



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace