IronWebScraper - The C# Web Scraping Library
HtmlNodeAttributes Property |
Gets the attributes of the HTML node (such ash href, class, style etc).
Namespace: IronWebScraper
Assembly: IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)

public Dictionary<string, string> Attributes { get; }
Public ReadOnly Property Attributes As Dictionary(Of String, String) Get
Property Value
Type: DictionaryString, StringThe attributes as a Dictionary<string, string>
