StyleSheetLocation Sabit listesi

Tanım

Dikkat

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.

Mobil denetim veya sayfanın stil sayfasının konum türünü belirtir. ASP.NET mobil uygulama geliştirme hakkında bilgi için bkz. ASP.NET ile Mobile Apps & Siteleri.

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
Devralma
StyleSheetLocation
Öznitelikler

Alanlar

ApplicationCache 1

Stil sayfası Uygulama Önbelleği'nde depolanır.

Internal 4

Stil sayfası, geçerli kaynak dosyadaki (.aspx veya .ascx) bir stil kümesidir.

None 5

Şu anda kullanılmıyor.

NotSet 0

Varsayılan değer. Konum henüz belirlenmedi.

PhysicalFile 3

Stil sayfası, MyStylesheet.css gibi bir dış fiziksel dosyadır.

SessionState 2

Stil sayfası geçerli Oturum durumunda depolanır.

Açıklamalar

StyleSheetLocation Numaralandırma, XHTML işaretlemesi System.Web.UI.MobileControls.Adapters.XhtmlAdapters oluşturmayı kolaylaştırmak için ad alanında sınıflar tarafından kullanılır.

Şunlara uygulanır

Ayrıca bkz.