StyleSheetLocation 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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.
指定行動控制件或頁面之樣式表單的位置類型。 有關如何開發 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
- 繼承
- 屬性
欄位
| 名稱 | 值 | Description |
|---|---|---|
| NotSet | 0 | 預設值。 具體地點尚未確定。 |
| ApplicationCache | 1 | 樣式表儲存在應用程式快取中。 |
| SessionState | 2 | 樣式表會以目前的 Session 狀態儲存。 |
| PhysicalFile | 3 | 樣式表是一個外部實體檔案,例如 MyStylesheet.css。 |
| Internal | 4 | 樣式表是目前原始檔案(.aspx 或 .ascx)中的一組樣式。 |
| None | 5 | 目前未使用。 |
備註
StyleSheetLocation列舉被命名空間中的System.Web.UI.MobileControls.Adapters.XhtmlAdapters類別用來促進建立 XHTML 標記。