StyleSheetLocation Enum

Definition

Varning

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.

Anger typ av plats för formatmallen för en mobil kontroll eller sida. Information om hur du utvecklar ASP.NET mobila program finns i Mobile Apps & Webbplatser med 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
Arv
StyleSheetLocation
Attribut

Fält

Name Värde Description
NotSet 0

Standardvärde. Platsen har ännu inte fastställts.

ApplicationCache 1

Formatmallen lagras i Programcachen.

SessionState 2

Formatmallen lagras i det aktuella sessionstillståndet.

PhysicalFile 3

Formatmallen är en extern fysisk fil, till exempel MyStylesheet.css.

Internal 4

Formatmallen är en uppsättning formatmallar i den aktuella källfilen (antingen .aspx eller .ascx).

None 5

Används inte för närvarande.

Kommentarer

Uppräkningen StyleSheetLocation används av klasser i System.Web.UI.MobileControls.Adapters.XhtmlAdapters namnområdet för att underlätta skapandet av XHTML-markering.

Gäller för

Se även