DOMClientEnableAsync Method |
Version 130.1.90
Enables DOM agent for the given page.
Namespace: CefSharp.DevTools.DOMAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> EnableAsync(
EnableIncludeWhitespace? includeWhitespace = null
)
public:
Task<DevToolsMethodResponse^>^ EnableAsync(
Nullable<EnableIncludeWhitespace> includeWhitespace = nullptr
)
Parameters
- includeWhitespace NullableEnableIncludeWhitespace (Optional)
- Whether to include whitespaces in the children array of returned Nodes.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also