MCPcopy Create free account
hub / github.com/MicrosoftEdge/WebView2Samples / GetDocumentTitle

Method GetDocumentTitle

SampleApps/WebView2APISample/AppWindow.cpp:2828–2831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2826}
2827
2828std::wstring AppWindow::GetDocumentTitle()
2829{
2830 return m_documentTitle;
2831}
2832
2833void AppWindow::UpdateAppTitle()
2834{

Callers 1

UpdateDocumentTitleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected