Click or drag to resize

DOMClientSetAttributesAsTextAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.DOM.DOMClient.SetAttributesAsTextAsync(System.Int32,System.String,System.String)"]

Namespace:  CefSharp.DevTools.DOM
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> SetAttributesAsTextAsync(
	int nodeId,
	string text,
	string name = null
)

Parameters

nodeId
Type: SystemInt32

[Missing <param name="nodeId"/> documentation for "M:CefSharp.DevTools.DOM.DOMClient.SetAttributesAsTextAsync(System.Int32,System.String,System.String)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:CefSharp.DevTools.DOM.DOMClient.SetAttributesAsTextAsync(System.Int32,System.String,System.String)"]

name (Optional)
Type: SystemString

[Missing <param name="name"/> documentation for "M:CefSharp.DevTools.DOM.DOMClient.SetAttributesAsTextAsync(System.Int32,System.String,System.String)"]

Return Value

Type: TaskDevToolsMethodResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.DOM.DOMClient.SetAttributesAsTextAsync(System.Int32,System.String,System.String)"]

See Also