Click or drag to resize

DomNode Constructor

Version 87.1.132
Constructor.

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