JavascriptMessageReceivedEventArgs Properties |
The JavascriptMessageReceivedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Browser |
The browser that hosts the IFrame |
![]() | Frame |
The frame that called CefSharp.PostMessage in Javascript
|
![]() | Message |
Message can be a primative type or a simple object that represents a copy
of the data sent from the browser
|