HttpCapabilitiesBase::RequiresLeadingPageBreak Property
.NET Framework (current version)
Gets a value indicating whether the browser requires the first element in the body of a Web page to be an HTML <br> element.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if the browser requires the first element in the body of a Web page to be an HTML BR element; otherwise, false. The default is false.
If true, server-control adapters insert an additional <br> element immediately following the <body> tag in a Web page.
.NET Framework
Available since 2.0
Available since 2.0
Show: