CallFrameFunctionName Property |
Version 97.1.60
JavaScript function name.
Namespace:
CefSharp.DevTools.Runtime
Assembly:
CefSharp (in CefSharp.dll) Version: 97.1.60.0 (97.1.60.0)
Syntax public string FunctionName { get; set; }
public:
property String^ FunctionName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also