TargetInfoOpenerFrameId Property |
Version 118.6.80
Frame id of originating window (is only set if target has an opener).
Namespace:
CefSharp.DevTools.Target
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public string OpenerFrameId { get; set; }
public:
property String^ OpenerFrameId {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also