Version 67.0.0 Initializes a new instance of the
DomNode class
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 67.0.0.0 (67.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