ConsoleMessageReceivedEventArgsSource Property |
Gets the source of the console message.
Namespace:
DotNetBrowser.Browser.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public string Source { get; }
Property Value
Type:
String
A string that describes the source of the console message. Usually the source
is a path to a file that causes this console message.
See Also