JavascriptResponseResult Property |
Version 67.0.0
Javascript response
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 67.0.0.0 (67.0.0.0)
Syntaxpublic Object Result { get; set; }
public:
property Object^ Result {
Object^ get ();
void set (Object^ value);
}
Property Value
Type:
Object
See Also