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