Example #1
0
 /// <summary>
 /// Return the attribute value of the element
 /// </summary>
 /// <param name="attributeName">attribute that needs to be read</param>
 /// <returns>value of the attribute</returns>
 public string GetAttribute(string attributeName) => RawElement.GetAttribute(attributeName);