CoreWebView2DiagnosticReceivedEventArgs.DetailsAsJson 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.
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