言語

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

プロパティ値

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

属性

注釈

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

適用対象

こちらもご覧ください