DekGenius.com
[ Team LiB ] Previous Section Next Section

ChtmlMobileTextWriter.NET 1.1, marshal by reference, disposable

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

Device adapters that render cHTML use the ChtmlMobileTextWriter to write their output. The ChtmlMobileTextWriter instance is provided in adapter methods like Render( ).

public class ChtmlMobileTextWriter : HtmlMobileTextWriter {
// Public Constructors
   public ChtmlMobileTextWriter(System.IO.TextWriter writer, System.Web.Mobile.MobileCapabilities device);
}

Hierarchy

System.Object System.MarshalByRefObject System.IO.TextWriter(System.IDisposable) System.Web.UI.HtmlTextWriter MultiPartWriter MobileTextWriter HtmlMobileTextWriter ChtmlMobileTextWriter

    [ Team LiB ] Previous Section Next Section