StyleSheetLocation 列舉

定義

警告

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 行動應用程式的資訊,請參閱 Mobile Apps &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
繼承
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 標記。

適用於

另請參閱