JavascriptMessageReceivedEventArgsMessage Property |
Version 98.1.210
Message can be a primative type or a simple object that represents a copy
of the data sent from the browser
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax public Object Message { get; }
public:
property Object^ Message {
Object^ get ();
}
Property Value
Type:
ObjectSee Also