MultiPartWriter(TextWriter) 构造函数

定义

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

适用于

另请参阅