Click or drag to resize

DomNode Constructor

Version 130.1.90
Constructor.

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

Parameters

tagName  String
Name of the tag.
attributes  IDictionaryString, String
The attributes.
See Also