XhtmlMobileTextWriter.SuppressNewLine 属性

定义

指示 WriteLine() 方法是否应将行终止符字符串写入输出流。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 property bool SuppressNewLine { bool get(); void set(bool value); };
public bool SuppressNewLine { get; set; }
member this.SuppressNewLine : bool with get, set
Public Property SuppressNewLine As Boolean

属性值

如果禁止行终止符字符串,则为 true;否则为 false,表示将行终止符字符串写入输出中。

注解

此属性必须由页面适配器初始化,并且主要由自定义移动页面和控件适配器的开发人员使用。

适用于

另请参阅