CoreWebView2CreationProperties.AdditionalBrowserArguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value to pass as the AdditionalBrowserArguments parameter of CoreWebView2EnvironmentOptions which is passed to CreateAsync(String, String, CoreWebView2EnvironmentOptions) when creating an environment with this instance.
public string AdditionalBrowserArguments { get; set; }
member this.AdditionalBrowserArguments : string with get, set
Public Property AdditionalBrowserArguments As String