다음을 통해 공유


XhtmlControlAdapter.StyleSheetStorageApplicationSetting 속성

정의

Web.config 파일의 XhtmlCssState 섹션에서 appSettings 구성 설정 값을 가져옵니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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

속성 값

구성 설정이 있는 경우 CSS 스타일시트의 경로와 파일 이름을 포함하는 문자열이고, 그렇지 않으면 Empty입니다.

설명

이 메서드는 주로 .NET Framework에서 내부적으로 사용됩니다.

적용 대상

추가 정보