TargetInfoOpenerFrameId Property |
Version 113.3.50
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: 113.3.50.0
Syntax public string OpenerFrameId { get; set; }
public:
property String^ OpenerFrameId {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also