DocumentSnapshotFrameId Property |
Version 118.6.80
Frame ID for frame owner elements and also for the document node.
Namespace:
CefSharp.DevTools.DOMSnapshot
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public int FrameId { get; set; }
public:
property int FrameId {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also