Share via


MediaComponentBase.AdditionalAttributes Property

Definition

Unmatched attributes applied to the rendered element.

[Microsoft.AspNetCore.Components.Parameter(CaptureUnmatchedValues=true)]
public System.Collections.Generic.Dictionary<string,object>? AdditionalAttributes { get; set; }
[<Microsoft.AspNetCore.Components.Parameter(CaptureUnmatchedValues=true)>]
member this.AdditionalAttributes : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property AdditionalAttributes As Dictionary(Of String, Object)

Property Value

Attributes

Applies to