DomNodeAttributeNames Property |
Version 101.0.180
Get a read only list of the attribute names.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax public ReadOnlyCollection<string> AttributeNames { get; }
public:
virtual property ReadOnlyCollection<String^>^ AttributeNames {
ReadOnlyCollection<String^>^ get () sealed;
}
Property Value
Type:
ReadOnlyCollectionString
A list of names of the attributes.
Implements
IDomNodeAttributeNamesSee Also