DynamicComponent.Parameters Property

Definition

Gets or sets a dictionary of parameters to be passed to the component.

[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)

Property Value

Attributes

Applies to