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 de la feuille de style pour un contrôle ou une page mobile. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez
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
| Nom | Valeur | Description |
|---|---|---|
| NotSet | 0 | Valeur par défaut. L’emplacement n’a pas encore été déterminé. |
| ApplicationCache | 1 | La feuille de style est stockée dans le cache d’application. |
| SessionState | 2 | La feuille de style est stockée dans l’état de session actuel. |
| PhysicalFile | 3 | La feuille de style est un fichier physique externe, tel que MyStylesheet.css. |
| Internal | 4 | La feuille de style est un ensemble de styles dans le fichier source actuel (.aspx ou .ascx). |
| None | 5 | Pas utilisé pour l'instant. |
Remarques
L’énumération StyleSheetLocation est utilisée par les classes de l’espace System.Web.UI.MobileControls.Adapters.XhtmlAdapters de noms pour faciliter la création de balisage XHTML.