StyleSheetLocation Enumerazione

Definizione

Attenzione

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.

Specifica il tipo di posizione del foglio di stile per una pagina o un controllo per dispositivi mobili. Per informazioni su come sviluppare applicazioni ASP.NET per dispositivi mobili, vedere App per dispositivi mobili & Siti con 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
Ereditarietà
StyleSheetLocation
Attributi

Campi

ApplicationCache 1

Il foglio di stile è archiviato nella cache dell'applicazione.

Internal 4

Il foglio di stile è un insieme di stili all'interno del file di origine corrente (.aspx o .ascx).

None 5

Attualmente non utilizzato.

NotSet 0

Valore predefinito. La posizione non è stata ancora determinata.

PhysicalFile 3

Il foglio di stile è un file fisico esterno, ad esempio MyStylesheet.css.

SessionState 2

Il foglio di stile è archiviato nello stato della sessione corrente.

Commenti

L'enumerazione StyleSheetLocation viene usata dalle classi nello spazio dei nomi per facilitare la System.Web.UI.MobileControls.Adapters.XhtmlAdapters creazione di markup XHTML.

Si applica a

Vedi anche