Click or drag to resize

DomNode Constructor

Version 75.1.140
Initializes a new instance of the DomNode class

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

Parameters

tagName
Type: SystemString

[Missing <param name="tagName"/> documentation for "M:CefSharp.DomNode.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.String})"]

attributes
Type: System.Collections.GenericIDictionaryString, String

[Missing <param name="attributes"/> documentation for "M:CefSharp.DomNode.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.String})"]

See Also