What APIs can control the webview opened in PaletteSet?

What APIs can control the webview opened in PaletteSet?

906521597
Participant Participant
220 Views
0 Replies
Message 1 of 1

What APIs can control the webview opened in PaletteSet?

906521597
Participant
Participant

 

 

 

 

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:

https://learn.microsoft.com/zh-cn/microsoft-edge/webview2/concepts/overview-features-apis?tabs=dotne... 

0 Likes
221 Views
0 Replies
Replies (0)