DOMClientSetAttributeValueAsync Method |
Version 109.1.110
Sets attribute for an element with given id.
Namespace:
CefSharp.DevTools.DOM
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public Task<DevToolsMethodResponse> SetAttributeValueAsync(
int nodeId,
string name,
string value
)
public:
Task<DevToolsMethodResponse^>^ SetAttributeValueAsync(
int nodeId,
String^ name,
String^ value
)
Parameters
- nodeId
- Type: SystemInt32
Id of the element to set attribute for. - name
- Type: SystemString
Attribute name. - value
- Type: SystemString
Attribute value.
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also