Version 130.1.90
Indicates whether a frame has been identified as an ad.
Namespace: CefSharp.DevTools.PageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum class AdFrameType
Members Member name | Value | Description |
---|
None | 0 |
none
|
Child | 1 |
child
|
Root | 2 |
root
|
See Also