CoreWebView2CreationProperties.AdditionalBrowserArguments Property

Definition

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

Property Value

Applies to