HttpCapabilitiesBase.CanRenderPostBackCards Property
.NET Framework (current version)
Gets a value indicating whether the browser supports WML cards for postback.
Assembly: System.Web (in System.Web.dll)
abstract CanRenderPostBackCards : bool with get override CanRenderPostBackCards : bool with get
Property Value
Type: System.Booleantrue if the browser supports WML cards for postback; otherwise, false. The default is true.
The CanRenderPostBackCards property applies only to WML-compatible mobile-device browsers.
If false, postback cards will not be properly rendered by the browser.
.NET Framework
Available since 2.0
Available since 2.0
Show: