Click or drag to resize

IDomNodeItem Property

Version 87.1.132
Get the value of an attribute.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax
string this[
	string attributeName
] { get; }

Parameters

attributeName
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.
See Also