PagesSection.IgnoreDeviceFilters プロパティ

定義

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

プロパティ値

IgnoreDeviceFilterElementCollection

ASP.NET で無視するデバイス タグのコレクション。

属性

注釈

無視するデバイス タグは、ASP.NET によって処理されるのではなく、ブラウザーに渡される HTML 名前空間プレフィックスとして指定されます。 たとえば、 sys Microsoft Ajax 要素に使用されるプレフィックスです。

適用対象

こちらもご覧ください