Gets or sets a collection of additional attributes that will be applied to the created element.

public IReadOnlyDictionary<string, object> AdditionalAttributes { get; set; }
Type:
IReadOnlyDictionary<string, object>
In this article