通过


MultiPartWriter(TextWriter) 构造函数

定义

初始化类的 MultiPartWriter 实例。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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)

参数

writer
TextWriter

TextWriter 对象。

注解

这是该类的 MobileTextWriter 基类。

适用于

另请参阅