Class CoreWebView2DevToolsProtocolEventReceivedEventArgs
Event args for the DevToolsProtocolEventReceived event.
public class CoreWebView2DevToolsProtocolEventReceivedEventArgs : EventArgs
- Inheritance
-
CoreWebView2DevToolsProtocolEventReceivedEventArgs
- Inherited Members
Properties
ParameterObjectAsJson
Gets the parameter object of the corresponding DevToolsProtocol event represented as a JSON string.
public string ParameterObjectAsJson { get; }
Property Value
SessionId
Gets the sessionId of the target where the event originates from. Empty string is returned as sessionId if the event comes from the default session for the top page.
public string SessionId { get; }