IronWebScraper - The C# Web Scraping Library
HtmlNodeGetAttribute Method |
Gets a single attribute vale from the HtmlNode. Returns null if that attribute is not present.
Namespace: IronWebScraper
Assembly: IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)

public string GetAttribute( string Attribute )
Public Function GetAttribute ( Attribute As String ) As String
Parameters
- Attribute
- Type: SystemString
Return Value
Type: String