HtmlNode.Attributes Property

IronWebScraper

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)
Syntax
public Dictionary<string, string> Attributes { get; }
Public ReadOnly Property Attributes As Dictionary(Of String, String)
	Get

Property Value

Type: DictionaryString, String
The attributes as a Dictionary<string, string>
See Also