Version 55.0.0Initializes a new instance of the
DomNode class
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public DomNode(
string tagName,
IDictionary<string, string> attributes
)
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