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:
Syntaxprotected abstract void SetAttribute(
TElement element,
string attributeName,
string value
)
Protected MustOverride Sub SetAttribute (
element As TElement,
attributeName As String,
value As String
)
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