CoreWebView2DiagnosticReceivedEventArgs.DetailsAsJson Property

Definition

Returns category-specific data as a JSON string. The schema for each category is documented on the corresponding CoreWebView2DiagnosticCategory enum value. The runtime may include additional key-value pairs beyond the documented fields; consumers should ignore unknown keys.

public string DetailsAsJson { get; }
member this.DetailsAsJson : string
Public ReadOnly Property DetailsAsJson As String

Property Value

Applies to