Method GetAttributeValue
GetAttributeValue(string)
Gets attribute value. Returns null if there is no such attribute.
public virtual object? GetAttributeValue(string name)
Parameters
namestringAttribute name.
Gets attribute value. Returns null if there is no such attribute.
public virtual object? GetAttributeValue(string name)
name stringAttribute name.