HttpCapabilitiesBase.CanRenderMixedSelects Property
.NET Framework (current version)
Gets a value indicating whether the browser supports WML <option> elements that specify both onpick and value attributes.
Assembly: System.Web (in System.Web.dll)
abstract CanRenderMixedSelects : bool with get override CanRenderMixedSelects : bool with get
Property Value
Type: System.Booleantrue if the browser supports WML <option> elements that specify both onpick and value attributes; otherwise, false. The default is true.
The CanRenderMixedSelects property applies only to WML-compatible mobile devices.
If false, onpick values are displayed as hyperlinks and value attributes require a <do> element for postback.
.NET Framework
Available since 2.0
Available since 2.0
Show: