HtmlMobileTextWriter.RequiresNoBreakInFormatting 属性

定义

获取一个值,该值指示设备是否不支持 HTML < br > 元素来设置换行符的格式。 默认值为 false。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

protected public:
 property bool RequiresNoBreakInFormatting { bool get(); void set(bool value); };
protected internal bool RequiresNoBreakInFormatting { get; set; }
member this.RequiresNoBreakInFormatting : bool with get, set
Protected Friend Property RequiresNoBreakInFormatting As Boolean

属性值

true 如果设备不支持 HTML < br > 标记,则为 ;否则为 false

适用于

另请参阅