MultiPartWriter(TextWriter) Constructor

Definition

Initializes an instance of the MultiPartWriter class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 MultiPartWriter(System::IO::TextWriter ^ writer);
protected MultiPartWriter (System.IO.TextWriter writer);
new System.Web.UI.MobileControls.Adapters.MultiPartWriter : System.IO.TextWriter -> System.Web.UI.MobileControls.Adapters.MultiPartWriter
Protected Sub New (writer As TextWriter)

Parameters

writer
TextWriter

The base TextWriter object.

Remarks

This is the base class for the MobileTextWriter class.

Applies to

See also