IronWebScraper - The C# Web Scraping Library
HtmlNodeHasAtribute Method |
Tests if the HtmlNode has a given attribute such as "class" or "href"
Namespace: IronWebScraper
Assembly: IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)

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