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 モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

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
属性

フィールド

ApplicationCache 1

スタイル シートはアプリケーション キャッシュに格納されます。

Internal 4

スタイル シートは、現在のソース ファイルに適用するスタイルを集めたものです (.aspx または .ascx)。

None 5

現在は使用しません。

NotSet 0

既定値です。 格納場所は未定義です。

PhysicalFile 3

スタイル シートは、外部の物理ファイルです (MyStylesheet.css など)。

SessionState 2

スタイル シートは現在のセッション状態に保持されます。

注釈

列挙体は StyleSheetLocation 、XHTML マークアップの作成を System.Web.UI.MobileControls.Adapters.XhtmlAdapters 容易にするために、 名前空間のクラスによって使用されます。

適用対象

こちらもご覧ください