StyleSheetLocation 열거형

정의

주의

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 있는 사이트입니다.

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
상속
StyleSheetLocation
특성

필드

Name Description
NotSet 0

기본값입니다. 위치가 아직 결정되지 않았습니다.

ApplicationCache 1

스타일시트가 애플리케이션 캐시에 저장됩니다.

SessionState 2

스타일시트가 현재 세션 상태에 저장됩니다.

PhysicalFile 3

스타일시트가 MyStylesheet.css 같은 외부 물리적 파일입니다.

Internal 4

스타일시트가 현재 소스 파일(.aspx 또는 .ascx) 내의 스타일 집합입니다.

None 5

현재 사용되지 않습니다.

설명

StyleSheetLocation 열거형은 네임스페이스의 클래스에서 System.Web.UI.MobileControls.Adapters.XhtmlAdapters XHTML 태그를 쉽게 만드는 데 사용됩니다.

적용 대상

추가 정보