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
)
Protected Overrides Function GetAttribute (
element As HtmlNode,
attributeName As String
) As String
Parameters
- element
- Type: HtmlNode
The element. - attributeName
- Type: SystemString
The name of the attribute on the element.
Return Value
Type:
StringThe value of the attribute.
See Also