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에 지시 하는 클래스입니다.
생성자
| Name | Description |
|---|---|
| IgnoreDeviceFilterElement(String) |
IgnoreDeviceFilterElement 클래스의 새 인스턴스를 초기화합니다. |