I could not find an example of WebView.NavigateToLocalStreamUri(Uri, IUriToStreamResolver) Method for WPF WebView.
All the examples, such as this and this, I've seen so far are for UWP Webview
Question: Can someone please either give or point to an example for WPF Webview
where it shows how to load local web content (e.g. local html file) at the specified Uniform Resource Identifier (URI) using an IUriToStreamResolver
?
Remark: I'm using latest versions of VS2019
, .NET Core
on Windows 10 Pro