共用方式為


DynamicComponent.Parameters 屬性

定義

取得或設定要傳遞至元件的參數字典。

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

屬性值

屬性

適用於