ConsoleAPICalledEventArgsContext Property |
Version 130.1.90
Console context descriptor for calls on non-default console context (not console.*):
'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call
on named context.
Namespace: CefSharp.DevTools.RuntimeAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public string Context { get; }
public:
property String^ Context {
String^ get ();
}
Property Value
StringSee Also