Click or drag to resize
DomNode Constructor
Version 63.0.0
Initializes a new instance of the DomNode class

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