HttpCapabilitiesBase::RequiresNoBreakInFormatting Property

 

Gets a value indicating whether the browser does not support HTML <br> elements to format line breaks.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

public:
property bool RequiresNoBreakInFormatting {
	virtual bool get();
}

Property Value

Type: System::Boolean

true 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.

The following code example shows how to determine whether the browser does not support HTML <br> elements to format line breaks.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: