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