Click or drag to resize

DOMClientRemoveAttributeAsync Method

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

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

Parameters

nodeId
Type: SystemInt32
Id of the element to remove attribute from.
name
Type: SystemString
Name of the attribute to remove.

Return Value

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