Click or drag to resize

DomNode Constructor

Version 91.1.160
Constructor.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 91.1.160.0 (91.1.160.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