Click or drag to resize

DomNode Constructor

Version 86.0.240
Constructor.

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