StyleSheetLocation Wyliczenie

Definicja

Przestroga

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.

Określa typ lokalizacji arkusza stylów dla kontrolki lub strony mobilnej. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z 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
Dziedziczenie
StyleSheetLocation
Atrybuty

Pola

ApplicationCache 1

Arkusz stylów jest przechowywany w pamięci podręcznej aplikacji.

Internal 4

Arkusz stylów jest zestawem stylów w bieżącym pliku źródłowym (aspx lub ascx).

None 5

Obecnie nie jest używany.

NotSet 0

Wartość domyślna. Lokalizacja nie została jeszcze określona.

PhysicalFile 3

Arkusz stylów jest zewnętrznym plikiem fizycznym, takim jak MyStylesheet.css.

SessionState 2

Arkusz stylów jest przechowywany w bieżącym stanie sesji.

Uwagi

Wyliczenie StyleSheetLocation jest używane przez klasy w przestrzeni nazw, System.Web.UI.MobileControls.Adapters.XhtmlAdapters aby ułatwić tworzenie znaczników XHTML.

Dotyczy

Zobacz też