MobilePage.EnableTheming 屬性

定義

取得或設定值,指出此主題是否適用於此頁面。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 virtual property bool EnableTheming { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool EnableTheming { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.EnableTheming : bool with get, set
Public Overrides Property EnableTheming As Boolean

屬性值

false.

屬性

例外狀況

嘗試設定此屬性。 無法變更此屬性的值。

備註

行動頁面上不支持主題。

適用於

另請參閱