HttpCapabilitiesBase.RequiresNoBreakInFormatting Property
.NET Framework (current version)
Gets a value indicating whether the browser does not support HTML <br> elements to format line breaks.
Assembly: System.Web (in System.Web.dll)
abstract RequiresNoBreakInFormatting : bool with get override RequiresNoBreakInFormatting : bool with get
Property Value
Type: System.Booleantrue if the browser does not support HTML <br> elements; otherwise, false. The default is false.
If true, the browser will not correctly render pages containing the HTML <br> element.
.NET Framework
Available since 2.0
Available since 2.0
Show: