HttpBrowserCapabilitiesBase.IsBrowser(String) 메서드

정의

파생 클래스에서 재정의된 경우 클라이언트 브라우저가 지정된 브라우저와 동일한지 여부를 나타내는 값을 가져옵니다.

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

매개 변수

browserName
String

지정된 브라우저입니다.

반환

클라이언트 브라우저가 지정된 브라우저와 같으면true 이고, 다르면 false입니다.

예외

적용 대상