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

フィールド

名前 説明
NotSet 0

既定値。 場所はまだ決定されていません。

ApplicationCache 1

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

SessionState 2

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

PhysicalFile 3

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

Internal 4

スタイル シートは、現在のソース ファイル (.aspx または .ascx) 内のスタイルのセットです。

None 5

現在は使用しません。

注釈

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

適用対象

こちらもご覧ください