Version 130.1.90
Get the value of an attribute.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntaxpublic string this[
string name
] { get; }
public:
virtual property String^ default[String^ name] {
String^ get (String^ name) sealed;
}
Parameters
- name String
- The name of the attribute value to get.
Return Value
String
The attribute value if the name exists in the DomNode's attributes. Null if the name does not exist.
Implements
IDomNodeItemString
See Also