MobileCapabilities.CanRenderEmptySelects 属性
定义
获取一个值,该值指示浏览器是否支持空 HTML <select> 元素。Gets a value indicating whether the browser supports empty HTML <select> elements.
public:
virtual property bool CanRenderEmptySelects { bool get(); };
public virtual bool CanRenderEmptySelects { get; }
member this.CanRenderEmptySelects : bool
Public Overridable ReadOnly Property CanRenderEmptySelects As Boolean
属性值
如果浏览器支持空的 HTML <select> 元素,则为 true;否则为 false。true if the browser supports empty HTML <select> elements; otherwise, false. 默认值为 true。The default is true.