Click or drag to resize

RdfAParserBaseTHtmlDocument, TElement, TNode, TAttributeGetAttributeName Method

Get the name of an attribute.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected abstract string GetAttributeName(
	TAttribute attribute
)

Parameters

attribute
Type: TAttribute

[Missing <param name="attribute"/> documentation for "M:VDS.RDF.Parsing.RdfAParserBase`4.GetAttributeName(`3)"]

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Parsing.RdfAParserBase`4.GetAttributeName(`3)"]

See Also