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