DOMClientSetAttributeValueAsync Method |
Version 87.1.132
Sets attribute for an element with given id.
Namespace:
CefSharp.DevTools.DOM
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.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