Click or drag to resize

RdfAParserGetAttribute Method

Get the value of a particular attribute of an element.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override string GetAttribute(
	HtmlNode element,
	string attributeName
)

Parameters

element
Type: HtmlNode
The element.
attributeName
Type: SystemString
The name of the attribute on the element.

Return Value

Type: String
The value of the attribute.
See Also