MultiPartWriter

MultiPartWriter.NET 1.1, marshal by reference, disposable

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

This class supports the MobileTextWriter, which is used to render mobile control output.

public abstract class MultiPartWriter : System.Web.UI.HtmlTextWriter {
// Protected Constructorsprotected MultiPartWriter(System.IO.TextWriter writer);
// Public Instance Properties
   public virtual bool SupportsMultiPart{get; }
// Public Instance Methods
   public void AddResource(string url);
   public abstract void AddResource(string url, string contentType);
   public abstract void BeginFile(string url, string contentType, string charset);
   public abstract void BeginResponse( );
   public abstract void EndFile( );
   public abstract void EndResponse( );
   public virtual string NewUrl(string filetype);
}

Hierarchy

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

Subclasses

MobileTextWriter



    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