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