DOMClientSetAttributeValueAsync Method |
Version 130.1.90
Sets attribute for an element with given id.
Namespace: CefSharp.DevTools.DOMAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.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 Int32
- Id of the element to set attribute for.
- name String
- Attribute name.
- value String
- Attribute value.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also