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
- 繼承
範例
下列範例示範如何設定篩選標籤,以識別裝置特定內容,ASP.NET 使用組態檔中的 元素來轉譯頁面 filter
時必須忽略該內容。
<system.web>
<pages>
<ignoreDeviceFilters>
<filter name="TagA"/>
<filter name="TagB"/>
</ignoreDeviceFilters>
</pages>
</system.web>
備註
使用 類別 IgnoreDeviceFilterElement 來指示 ASP.NET 忽略由您指定的裝置篩選標籤分隔的內容。
建構函式
IgnoreDeviceFilterElement(String) |
初始化 IgnoreDeviceFilterElement 類別的新執行個體。 |