Message 1 of 1
What APIs can control the webview opened in PaletteSet?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
var ps = new PaletteSet( "Title" ) {
{ "Tab1", new Uri( "http link" ) }
};
ps.Visible = true;
The above code opens a panel that runs a webview browser.
Is there any API in C# that can control this webview? For example, the DOM and JavaScript that control it, like Microsoft's webview2, c# can control the webview2 itself and communicate with the JavaScript running in it.
see: