MobileCapabilities.SupportsCss 屬性

定義

會獲得一個值,表示瀏覽器是否支援層疊樣式表(CSS)。

public:
 virtual property bool SupportsCss { bool get(); };
public virtual bool SupportsCss { get; }
member this.SupportsCss : bool
Public Overridable ReadOnly Property SupportsCss As Boolean

屬性值

true如果瀏覽器支援 CSS;否則,。 false 預設值為 false

適用於