Click or drag to resize

JavascriptMessageReceivedEventArgs Properties

Version 130.1.90

The JavascriptMessageReceivedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyBrowser The browser that hosts the IFrame
Public propertyFrame The frame that called CefSharp.PostMessage in Javascript
Public propertyMessage Message can be a primative type or a simple object that represents a copy of the data sent from the browser
Top
See Also