HttpCapabilitiesBase.SupportsDivAlign Property
.NET Framework (current version)
Gets a value indicating whether the browser supports the align attribute of HTML <div> elements.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Booleantrue if the browser supports the align attribute of HTML <div> elements; otherwise, false. The default is true.
HTML <div> elements are used to group multiple HTML elements so that CSS styles can be applied to them as a whole. The align attribute sets the horizontal alignment of a <div> group on a Web page.
.NET Framework
Available since 2.0
Available since 2.0
Show: