OverlayClientSetShowAdHighlightsAsync Method |
Version 118.6.80
Highlights owner element of all frames detected to be ads.
Namespace:
CefSharp.DevTools.Overlay
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public Task<DevToolsMethodResponse> SetShowAdHighlightsAsync(
bool show
)
public:
Task<DevToolsMethodResponse^>^ SetShowAdHighlightsAsync(
bool show
)
Parameters
- show
- Type: SystemBoolean
True for showing ad highlights
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also