共用方式為


InputFile.AdditionalAttributes 屬性

定義

取得或設定將套用至輸入專案之其他屬性的集合。

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

屬性值

屬性

適用於