WebView.DocumentTitle 속성

정의

현재 WebView에 표시된 페이지의 제목을 가져옵니다.

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

속성 값

String

Platform::String

winrt::hstring

페이지 제목입니다.

적용 대상