StyleSheetLocation Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
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.
Spécifie le type d'emplacement pour la feuille de style d'un contrôle ou d'une page mobile. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec 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
- Héritage
- Attributs
Champs
ApplicationCache | 1 | La feuille de style est stockée dans le cache de l'application. |
Internal | 4 | La feuille de style représente un ensemble de styles dans le fichier source actuel (.aspx ou .ascx). |
None | 5 | Pas utilisé pour l'instant. |
NotSet | 0 | Valeur par défaut. L'emplacement n'a pas encore été déterminé. |
PhysicalFile | 3 | La feuille de style est un fichier physique externe, tel que MyStylesheet.css. |
SessionState | 2 | La feuille de style est stockée dans l'état de la session active. |
Remarques
L’énumération StyleSheetLocation est utilisée par les classes de l’espace de noms pour faciliter la System.Web.UI.MobileControls.Adapters.XhtmlAdapters création de balisage XHTML.