Click or drag to resize

ConsoleMessageReceivedEventArgsMessage Property

Gets the console message text.

Namespace:  DotNetBrowser.Browser.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public string Message { get; }

Property Value

Type: String
The console message text.
See Also