HttpBrowserCapabilitiesWrapper::InputType Property

 

Gets the type of input that is supported by the browser.

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

public:
property String^ InputType {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The type of input supported by the browser. The default is "telephoneKeypad".

.NET Framework
Available since 3.5
Return to top
Show: