HttpCapabilitiesBase.RendersWmlSelectsAsMenuCards Property

 

Gets a value indicating whether the browser renders WML <select> elements as menu cards, rather than as a combo box.

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

abstract RendersWmlSelectsAsMenuCards : bool with get
override RendersWmlSelectsAsMenuCards : bool with get

Property Value

Type: System.Boolean

true if the browser renders WML <select> elements as menu cards; otherwise, false. The default is false.

The RendersWmlSelectsAsMenuCards property applies only to WML-compatible mobile devices.

The following code example shows how to determine whether the browser renders WML <select> elements as menu cards.

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

.NET Framework
Available since 2.0
Return to top
Show: