JavascriptResponseSuccess Property |
Version 130.1.90
Was the javascript executed successfully
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public bool Success { get; set; }
public:
property bool Success {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also