IgnoreDeviceFilterElement クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
デバイス フィルター要素を構成します。
public ref class IgnoreDeviceFilterElement sealed : System::Configuration::ConfigurationElement
public sealed class IgnoreDeviceFilterElement : System.Configuration.ConfigurationElement
type IgnoreDeviceFilterElement = class
inherit ConfigurationElement
Public NotInheritable Class IgnoreDeviceFilterElement
Inherits ConfigurationElement
- 継承
例
次の例では、構成ファイルで filter 要素を使用して、ページをレンダリングするときに無視する必要 ASP.NET デバイス固有のコンテンツを識別するフィルター タグを構成する方法を示します。
<system.web>
<pages>
<ignoreDeviceFilters>
<filter name="TagA"/>
<filter name="TagB"/>
</ignoreDeviceFilters>
</pages>
</system.web>
注釈
IgnoreDeviceFilterElement クラスを使用して、指定したデバイス フィルター タグで区切られたコンテンツを無視するように ASP.NET に指示します。
コンストラクター
| 名前 | 説明 |
|---|---|
| IgnoreDeviceFilterElement(String) |
IgnoreDeviceFilterElement クラスの新しいインスタンスを初期化します。 |