CallFrameFunctionName Property |
Version 104.4.240
Name of the JavaScript function called on this call frame.
Namespace:
CefSharp.DevTools.Debugger
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax public string FunctionName { get; set; }
public:
property String^ FunctionName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also