HtmlNode.GetAttribute Method

IronWebScraper

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)
Syntax
public string GetAttribute(
	string Attribute
)
Public Function GetAttribute ( 
	Attribute As String
) As String

Parameters

Attribute
Type: SystemString

Return Value

Type: String
See Also