다음을 통해 공유


WebViewControl.DocumentTitle 속성

정의

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

자세한 내용은 Windows.Web.UI.IWebViewControl을 참조하세요.

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

속성 값

String

Platform::String

winrt::hstring

페이지 제목입니다.

구현

적용 대상