Version 130.1.90
Constructor.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public DomNode(
string tagName,
IDictionary<string, string> attributes
)
public:
DomNode(
String^ tagName,
IDictionary<String^, String^>^ attributes
)
Parameters
- tagName String
- Name of the tag.
- attributes IDictionaryString, String
- The attributes.
See Also