Share via


HtmlMobileTextWriter.RequiresNoBreakInFormatting Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Gerät keine < br >-HTML-Elemente zum Formatieren von Zeilenumbrüchen unterstützt. Der Standardwert ist false. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Websites mit 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

Eigenschaftswert

true, wenn das Gerät keine HTML-< br >-Tags unterstützt, andernfalls false.

Gilt für:

Weitere Informationen