WebBrowser.DocumentType 속성

정의

컨트롤에 현재 표시되는 문서의 형식을 WebBrowser 가져옵니다.

public:
 property System::String ^ DocumentType { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public string DocumentType { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DocumentType : string
Public ReadOnly Property DocumentType As String

속성 값

현재 문서의 형식입니다.

특성

예외

WebBrowser 인스턴스는 더 이상 유효하지 않습니다.

인터페이스 구현에 대한 참조를 IWebBrowser2 기본 ActiveX WebBrowser 컨트롤에서 검색할 수 없습니다.

설명

이 속성의 값은 문서의 MIME(다목적 인터넷 메일 확장) 형식에 해당합니다.

적용 대상

추가 정보