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)

属性值

属性

适用于