MobileCapabilities.RequiresNoBreakInFormatting 属性

定义

获取一个值,该值指示浏览器是否不支持 HTML <br> 元素进行分行格式设置。Gets a value indicating whether the browser does not support HTML <br> elements to format line breaks.

public:
 virtual property bool RequiresNoBreakInFormatting { bool get(); };
public virtual bool RequiresNoBreakInFormatting { get; }
member this.RequiresNoBreakInFormatting : bool
Public Overridable ReadOnly Property RequiresNoBreakInFormatting As Boolean

属性值

Boolean

如果浏览器不支持 HTML <br> 元素,则为 true;否则为 falsetrue if the browser does not support HTML <br> elements; otherwise, false. 默认值为 falseThe default is false.

适用于