Version 79.1.350
Constructor.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 76.1.90.0 (76.1.90.0)
Syntax public DomNode(
string tagName,
IDictionary<string, string> attributes
)
public:
DomNode(
String^ tagName,
IDictionary<String^, String^>^ attributes
)
Parameters
- tagName
- Type: SystemString
Name of the tag. - attributes
- Type: System.Collections.GenericIDictionaryString, String
The attributes.
See Also