HttpBrowserCapabilitiesBase::RendersWmlDoAcceptsInline Property

 

When overridden in a derived class, gets a value that indicates whether the mobile-device browser renders a WML do form accept construct as an inline button instead of as a softkey.

Namespace:   System.Web
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 form-accept construct as an inline button; otherwise, false.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: