InputBase<TValue>.AdditionalAttributes 属性

定义

获取或设置将应用于所创建元素的其他属性的集合。

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

属性值

属性

适用于