HttpBrowserCapabilitiesWrapper.InputType 属性

定义

获取受浏览器支持的输入类型。Gets the type of input that is supported by the browser.

public:
 virtual property System::String ^ InputType { System::String ^ get(); };
public override string InputType { get; }
member this.InputType : string
Public Overrides ReadOnly Property InputType As String

属性值

String

受浏览器支持的输入类型。The type of input supported by the browser. 默认值为“telephoneKeypad”。The default is "telephoneKeypad".

适用于