HttpCapabilitiesBase::RendersWmlDoAcceptsInline Property

 

Gets a value indicating whether the mobile-device browser renders a WML do-based form accept construct as an inline button rather than as a soft key.

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

public:
property bool RendersWmlDoAcceptsInline {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the mobile-device browser renders a WML do-based form-accept construct as an inline button; otherwise, false. The default is true.

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

The following code example shows how to determine whether the browser renders a WML do-based form-accept construct as an inline button.

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

.NET Framework
Available since 2.0
Return to top
Show: