Good time of day!
I have a webview control in Windows 10 UWP project. When user opens some details page his saw the webview which navigated to the local html string.
I need to say webview don't load any data from the internet (such as images, videos, flash and other content). I want just to show the HTML string.
Webview always load all content, how I can override this logic?