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 인스턴스가 더 이상 유효하지 않은 경우

내부 ActiveX IWebBrowser2 컨트롤에서 WebBrowser 인터페이스 구현에 대한 참조를 검색할 수 없는 경우

설명

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

적용 대상

추가 정보