HttpCapabilitiesBase.CanRenderMixedSelects Property

 

Gets a value indicating whether the browser supports WML <option> elements that specify both onpick and value attributes.

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

abstract CanRenderMixedSelects : bool with get
override CanRenderMixedSelects : bool with get

Property Value

Type: System.Boolean

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

The following code example shows how to determine whether the browser supports HTML <option> elements that specify both onpick and value attributes.

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

.NET Framework
Available since 2.0
Return to top
Show: