CoreWebView2ExecuteScriptResult.ResultAsJson 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.
A function that has no explicit return value returns undefined. If the script that was run throws an unhandled exception, then the result is also null.
public string ResultAsJson { get; }
member this.ResultAsJson : string
Public ReadOnly Property ResultAsJson As String