StyleSheetLocation 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.
모바일 컨트롤이나 페이지에 대한 스타일시트의 위치 형식을 지정합니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.
public enum class StyleSheetLocation
public enum StyleSheetLocation
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public enum StyleSheetLocation
type StyleSheetLocation =
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type StyleSheetLocation =
Public Enum StyleSheetLocation
- 상속
- 특성
필드
ApplicationCache | 1 | 스타일시트가 애플리케이션 캐시에 저장됩니다. |
Internal | 4 | 스타일시트가 현재 소스 파일(.aspx 또는 .ascx) 내의 스타일 집합입니다. |
None | 5 | 현재 사용되지 않습니다. |
NotSet | 0 | 기본값. 위치가 아직 확인되지 않았습니다. |
PhysicalFile | 3 | 스타일시트가 MyStylesheet.css와 같은 외부 실제 파일입니다. |
SessionState | 2 | 스타일시트가 현재 세션 상태에 저장됩니다. |
설명
StyleSheetLocation 열거형은 네임스페이스의 클래스에서 System.Web.UI.MobileControls.Adapters.XhtmlAdapters XHTML 태그를 쉽게 만드는 데 사용됩니다.
적용 대상
추가 정보
.NET