ConsoleMessageEventArgs
Namespace: Vuplex.WebView
Event args for ConsoleMessageLogged.
Public properties
int Line
The line number of the file from which the message was logged, or 0
if the source is unknown.
string Message
The message logged to the JavaScript console.
string? Source
The name of the file from which the message was logged, or null
if the source is unknown.