Click or drag to resize

RdfAParserSetAttribute Method

Set the value of a particular attribute of an element.

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

Parameters

element
Type: HtmlNode
The element.
attributeName
Type: SystemString
The name of the attribute to set/update.
value
Type: SystemString
The new value for the attribute.
See Also