Click or drag to resize

DOMClientRemoveAttributeAsync Method

Version 130.1.90
Removes attribute with given name from an element with given id.

Namespace: CefSharp.DevTools.DOM
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> RemoveAttributeAsync(
	int nodeId,
	string name
)

Parameters

nodeId  Int32
Id of the element to remove attribute from.
name  String
Name of the attribute to remove.

Return Value

TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also