Esempio n. 1
0
 private async Task GetWebViewSrc()
 {
     PageSrc = await BrowserWindow.EvaluateJavaScriptAsync("document.body.innerHTML");
 }