WebView2WebMessageReceivedEventArgs Class

Provides data for the WebMessageReceived event of the WebView2 control.

Namespace: elsystem.windows.forms

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Source string Gets the URI, as a string, of the document that sent the web message.
Public property WebMessageAsJson string Gets a (JSON) string that contains the message.
 
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

elsystem.windows.forms.WebView2WebMessageReceivedEventArgs