Element.GetAttributeNames

Element.GetAttributeNames method

Returns the attribute names of the element as an Array of strings. If the element has no attributes it returns an empty array.

public string[] GetAttributeNames()

Return Value

Array of strings represents attribute names.

See Also