Method AttributeValue
AttributeValue(string)
Gets the value of the attribute with the given local name, in any namespace.
public string? AttributeValue(string localName)
Parameters
localNamestringThe local name to find.
Returns
- string
The value, or null when the attribute is absent.