Gets multiple attributes from an element.
public static Dictionary<string, string?> GetAttributes(Control element, params string[] attributeNames)
The element to query.
The attribute names to get.