XhtmlControlAdapter.StyleSheetStorageApplicationSetting プロパティ

定義

Web.config ファイルのXhtmlCssState セクションのappSettings構成設定の値を取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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 内部で使用されます。

適用対象

こちらもご覧ください