CoreWebView2DevToolsProtocolEventReceivedEventArgs Class
Event args for the CoreWebView2DevToolsProtocolEventReceiver.DevToolsProtocolEventReceived event.
Summary
Members | Description |
---|---|
ParameterObjectAsJson | Gets the parameter object of the corresponding DevToolsProtocol event represented as a JSON string. |
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. |
Properties
ParameterObjectAsJson
readonly string ParameterObjectAsJson
Gets the parameter object of the corresponding DevToolsProtocol event represented as a JSON string.
SessionId
readonly string 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.