HttpCapabilitiesBase.SupportsDivNoWrap Property
.NET Framework (current version)
Gets a value indicating whether the browser supports the nowrap attribute of HTML <div> elements.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Booleantrue if the browser supports the nowrap attribute of HTML <div> elements; otherwise, false. The default is false.
HTML <div> elements are used to group multiple HTML elements so that CSS styles can be applied to them as a whole. The nowrap attribute specifies that the elements contained in the <div> group should remain adjacent to each other without wrapping to a new line.
.NET Framework
Available since 2.0
Available since 2.0
Show: