Table of Contents

Class CoreWebView2DevToolsProtocolEventReceivedEventArgs

Namespace
Microsoft.Web.WebView2.Core
Assembly
Microsoft.Web.WebView2.Core.dll

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

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.

public string SessionId { get; }

Property Value

string