XhtmlControlAdapter.StyleSheetStorageApplicationSetting 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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 內部使用。