DynamicComponent.SetParametersAsync(ParameterView) Method

Definition

Sets parameters supplied by the component's parent in the render tree.

C#
public System.Threading.Tasks.Task SetParametersAsync (Microsoft.AspNetCore.Components.ParameterView parameters);

Parameters

parameters
ParameterView

The parameters.

Returns

A Task that completes when the component has finished updating and rendering itself.

Implements

Applies to

Product Versions
ASP.NET Core 6.0, 7.0, 8.0, 9.0