AdFrameStatusExplanations Property |
Version 102.0.100
Explanations
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax public AdFrameExplanation[] Explanations { get; set; }
public:
property array<AdFrameExplanation>^ Explanations {
array<AdFrameExplanation>^ get ();
void set (array<AdFrameExplanation>^ value);
}
Property Value
Type:
AdFrameExplanationSee Also