StyleSheetLocation Enum
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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
- 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.