CoreWebView2EnvironmentOptions.IsCustomCrashReportingEnabled Property

Definition

When IsCustomCrashReportingEnabled is set to true, Windows won't send crash data to Microsoft endpoint.

public bool IsCustomCrashReportingEnabled { get; set; }
member this.IsCustomCrashReportingEnabled : bool with get, set
Public Property IsCustomCrashReportingEnabled As Boolean

Property Value

Remarks

The default value is false. In this case, WebView will respect OS consent.

Applies to