StyleSheetLocation Enum

Definisi

Perhatian

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.

Menentukan tipe lokasi untuk lembar gaya untuk kontrol atau halaman seluler. Untuk informasi tentang cara mengembangkan aplikasi seluler ASP.NET, lihat Situs & Mobile Apps dengan 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
Warisan
StyleSheetLocation
Atribut

Bidang

ApplicationCache 1

Lembar gaya disimpan di Cache Aplikasi.

Internal 4

Lembar gaya adalah sekumpulan gaya dalam file sumber saat ini (baik .aspx atau .ascx).

None 5

Saat ini tidak digunakan.

NotSet 0

Nilai default. Lokasi belum ditentukan.

PhysicalFile 3

Lembar gaya adalah file fisik eksternal, seperti MyStylesheet.css.

SessionState 2

Lembar gaya disimpan dalam status Sesi saat ini.

Keterangan

StyleSheetLocation Enumerasi digunakan oleh kelas di System.Web.UI.MobileControls.Adapters.XhtmlAdapters namespace layanan untuk memfasilitasi pembuatan markup XHTML.

Berlaku untuk

Lihat juga