[]
Gets or sets a collection of additional attributes that will be applied to the created element.
[Parameter(CaptureUnmatchedValues = true)]
public IReadOnlyDictionary<string, object> AdditionalAttributes { get; set; }
<Parameter(CaptureUnmatchedValues:=True)>
Public Property AdditionalAttributes As IReadOnlyDictionary(Of String, Object)