XhtmlMobileTextWriter.SuppressNewLine 属性

定义

指示该方法是否 WriteLine() 应将行终止符字符串写入输出流。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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

属性值

如果禁止行终止符字符串,或 将行终止符字符串写入输出,则为

注解

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

适用于

另请参阅