HttpCapabilitiesBase::RendersBreakBeforeWmlSelectAndInput Property
.NET Framework (current version)
Gets a value indicating whether the browser renders a line break before <select> or <input> elements.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if the browser renders a line break before <select> or <input> elements; otherwise, false. The default is false.
The RendersBreakBeforeWmlSelectAndInput property applies only to WML-compatible mobile devices.
If true, content following <select> or <input> elements will automatically be placed on a new line.
.NET Framework
Available since 2.0
Available since 2.0
Show: