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