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 类的新实例。 |