HttpBrowserCapabilitiesWrapper.CanRenderEmptySelects 属性
定义
获取一个值,该值指示浏览器是否支持空的 HTML select 元素。Gets a value that indicates whether the browser supports empty HTML select elements.
public:
virtual property bool CanRenderEmptySelects { bool get(); };
public override bool CanRenderEmptySelects { get; }
member this.CanRenderEmptySelects : bool
Public Overrides 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.