MobileCapabilities.SupportsCss 属性
定义
获取一个值,该值指示浏览器是否支持级联样式表 (CSS)。Gets a value indicating whether the browser supports Cascading Style Sheets (CSS).
public:
virtual property bool SupportsCss { bool get(); };
public virtual bool SupportsCss { get; }
member this.SupportsCss : bool
Public Overridable ReadOnly Property SupportsCss As Boolean
属性值
如果浏览器支持 CSS,则为 true;否则为 false。true if the browser supports CSS; otherwise, false. 默认值为 false。The default is false.