TemplateControl.TestDeviceFilter(String) 메서드

정의

HTTP 요청에 디바이스 필터를 적용할지 여부를 나타내는 부울 값을 반환합니다.

public:
 virtual bool TestDeviceFilter(System::String ^ filterName);
public virtual bool TestDeviceFilter (string filterName);
abstract member TestDeviceFilter : string -> bool
override this.TestDeviceFilter : string -> bool
Public Overridable Function TestDeviceFilter (filterName As String) As Boolean

매개 변수

filterName
String

테스트할 브라우저 이름입니다.

반환

Boolean

filterName에 지정한 클라이언트 브라우저와 지정한 브라우저가 같으면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

메서드는 TestDeviceFilter 메서드를 IsBrowser 호출합니다. 디바이스 필터링에 대 한 자세한 내용은 참조 하세요. 디바이스 필터링 개요합니다.

적용 대상

추가 정보