HttpBrowserCapabilities.Browser 속성

정의

User-Agent 헤더로 전송된 브라우저 문자열(있는 경우)을 가져옵니다.

public:
 property System::String ^ Browser { System::String ^ get(); };
public string Browser { get; }
member this.Browser : string
Public ReadOnly Property Browser As String

속성 값

String

브라우저 종류 (예: "IE")입니다.

적용 대상