Click or drag to resize

RdfAParserBaseTHtmlDocument, TElement, TNode, TAttributeGetAttribute Method

Get the value of a particular attribute of an element.

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

Parameters

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

Return Value

Type: String
The value of the attribute.
See Also