MCPcopy Create free account
hub / github.com/MicrosoftEdge/WebView2Samples / App

Class App

SampleApps/WebView2WpfBrowser/App.xaml.cs:13–23  ·  view source on GitHub ↗

Interaction logic for App.xaml

Source from the content-addressed store, hash-verified

11 /// Interaction logic for App.xaml
12 /// </summary>
13 public partial class App : Application
14 {
15 public bool newRuntimeEventHandled = false;
16
17 public App()
18 {
19 InitializeComponent();
20 this.Resources["AdditionalArgs"] = "--enable-features=ThirdPartyStoragePartitioning,PartitionedCookies";
21
22 }
23 }
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected