StyleSheetLocation Enum

Definitie

Let op

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.

Hiermee geeft u het type locatie voor het opmaakmodel voor een mobiel besturingselement of een mobiele pagina. Zie Mobile Apps & voor meer informatie over het ontwikkelen van ASP.NET mobiele toepassingen Sites met 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
Overname
StyleSheetLocation
Kenmerken

Velden

Name Waarde Description
NotSet 0

Standaardwaarde. De locatie is nog niet bepaald.

ApplicationCache 1

Het opmaakmodel wordt opgeslagen in de toepassingscache.

SessionState 2

Het opmaakmodel wordt opgeslagen in de huidige sessiestatus.

PhysicalFile 3

Het opmaakmodel is een extern fysiek bestand, zoals MyStylesheet.css.

Internal 4

Het opmaakmodel is een set stijlen in het huidige bronbestand (.aspx of .ascx).

None 5

Momenteel niet gebruikt.

Opmerkingen

De StyleSheetLocation opsomming wordt gebruikt door klassen in de System.Web.UI.MobileControls.Adapters.XhtmlAdapters naamruimte om het maken van XHTML-markeringen te vergemakkelijken.

Van toepassing op

Zie ook