다음을 통해 공유


XhtmlPageAdapter.DeviceQualifies(HttpContext) 메서드

정의

지정한 요청에 디바이스 어댑터 집합이 적용되는지 여부를 나타냅니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 static bool DeviceQualifies(System::Web::HttpContext ^ context);
public static bool DeviceQualifies (System.Web.HttpContext context);
static member DeviceQualifies : System.Web.HttpContext -> bool
Public Shared Function DeviceQualifies (context As HttpContext) As Boolean

매개 변수

context
HttpContext

현재 요청에 대한 HttpContext 개체입니다.

반환

브라우저의 PreferredRenderingTypeDoctype 개체의 멤버(XhtmlBasicXhtmlMobileProfile 또는 Wml20) 중 하나이면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보