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