Condividi tramite


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 per il foglio di stile per un controllo o una pagina per dispositivi mobili. Per informazioni su come sviluppare applicazioni per dispositivi mobili ASP.NET, vedere App per dispositivi mobili e 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

Nome Valore Descrizione
NotSet 0

Valore predefinito. La posizione non è ancora stata determinata.

ApplicationCache 1

Il foglio di stile viene archiviato nella cache delle applicazioni.

SessionState 2

Il foglio di stile viene archiviato nello stato sessione corrente.

PhysicalFile 3

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

Internal 4

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

None 5

Non attualmente utilizzato.

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