Click or drag to resize

RdfAParserBase<THtmlDocument, TElement, TNode, TAttribute>.SetAttribute Method

Set the value of a particular attribute of an element.

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

Parameters

element
Type: TElement
The element.
attributeName
Type: System.String
The name of the attribute to set/update.
value
Type: System.String
The new value for the attribute.
See Also