Click or drag to resize

DomNode Constructor

Version 108.4.130
Constructor.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntax
public DomNode(
	string tagName,
	IDictionary<string, string> attributes
)

Parameters

tagName
Type: System.String
Name of the tag.
attributes
Type: System.Collections.Generic.IDictionary<String, String>
The attributes.
See Also