PagesSection.IgnoreDeviceFilters プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ASP.NET でページの表示時に無視するデバイス タグのコレクションを取得します。
public:
property System::Web::Configuration::IgnoreDeviceFilterElementCollection ^ IgnoreDeviceFilters { System::Web::Configuration::IgnoreDeviceFilterElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("ignoreDeviceFilters")]
public System.Web.Configuration.IgnoreDeviceFilterElementCollection IgnoreDeviceFilters { get; }
[<System.Configuration.ConfigurationProperty("ignoreDeviceFilters")>]
member this.IgnoreDeviceFilters : System.Web.Configuration.IgnoreDeviceFilterElementCollection
Public ReadOnly Property IgnoreDeviceFilters As IgnoreDeviceFilterElementCollection
プロパティ値
ASP.NET で無視するデバイス タグのコレクション。
- 属性
注釈
無視するデバイス タグは、ASP.NET によって処理されるのではなく、ブラウザーに渡される HTML 名前空間プレフィックスとして指定されます。 たとえば、 sys
Microsoft Ajax 要素に使用されるプレフィックスです。