共用方式為


XhtmlControlAdapter.StyleSheetStorageApplicationSetting 屬性

定義

取得 Web.config 檔的 XhtmlCssState 區段中 appSettings 組態設定的值。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

protected:
 virtual property System::String ^ StyleSheetStorageApplicationSetting { System::String ^ get(); };
protected virtual string StyleSheetStorageApplicationSetting { get; }
member this.StyleSheetStorageApplicationSetting : string
Protected Overridable ReadOnly Property StyleSheetStorageApplicationSetting As String

屬性值

如果組態設定存在,則為包含階層式樣式表的路徑和檔案名稱的字串,否則為 Empty

備註

這個方法主要是由 .NET Framework 內部使用。

適用於

另請參閱