Interface IAttributes
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
A dictionary that contains IElement attributes. Modifying this dictionary will lead to modifying the element attributes.
public interface IAttributes : IAutoDisposable, IDictionary<string, string>, ICollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, IEnumerable
- Inherited Members
Methods
- AsReadOnly()
Gets a read-only dictionary that contains a snapshot of the attributes of the current element.