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

Method App

SampleApps/WebView2WpfBrowser/App.xaml.cs:17–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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