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: SystemString
Name of the tag.
attributes
Type: System.Collections.GenericIDictionaryString, String
The attributes.
See Also