다음을 통해 공유


IWebViewControl.DocumentTitle 속성

정의

IWebViewControl에 현재 표시되는 페이지의 제목을 가져옵니다.

public:
 property Platform::String ^ DocumentTitle { Platform::String ^ get(); };
winrt::hstring DocumentTitle();
public string DocumentTitle { get; }
var string = iWebViewControl.documentTitle;
Public ReadOnly Property DocumentTitle As String

속성 값

String

Platform::String

winrt::hstring

페이지 제목입니다.

적용 대상