StyleSheetLocation Enumeration

Definition

Achtung

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.

Gibt den Typ des Speicherorts für das Stylesheet für ein mobiles Steuerelement oder eine Seite an. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Sites mit 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
Vererbung
StyleSheetLocation
Attribute

Felder

ApplicationCache 1

Das Stylesheet wird im Anwendungscache gespeichert.

Internal 4

Das Stylesheet ist eine Gruppe von Formaten in der aktuellen Quelldatei (entweder .aspx oder .ascx).

None 5

Derzeit nicht verwendet.

NotSet 0

Standardwert. Der Speicherort ist noch nicht bestimmt worden.

PhysicalFile 3

Das Stylesheet ist eine externe physische Datei, z. B. MyStylesheet.css.

SessionState 2

Das Stylesheet wird im aktuellen Sitzungszustand gespeichert.

Hinweise

Die StyleSheetLocation -Enumeration wird von Klassen im -Namespace verwendet, um das System.Web.UI.MobileControls.Adapters.XhtmlAdapters Erstellen von XHTML-Markup zu vereinfachen.

Gilt für:

Weitere Informationen