Version 109.1.110
Get the value of an attribute.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public string this[
string name
] { get; }
public:
virtual property String^ default[String^ name] {
String^ get (String^ name) sealed;
}
Parameters
- name
- Type: SystemString
The name of the attribute value to get.
Return Value
Type:
String
The attribute value if the name exists in the DomNode's attributes. Null if the name does not exist.
Implements
IDomNodeItemStringSee Also