InputBase<TValue>.SetParametersAsync(ParameterView) Method

Definition

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

public:
 override System::Threading::Tasks::Task ^ SetParametersAsync(Microsoft::AspNetCore::Components::ParameterView parameters);
public override System.Threading.Tasks.Task SetParametersAsync (Microsoft.AspNetCore.Components.ParameterView parameters);
override this.SetParametersAsync : Microsoft.AspNetCore.Components.ParameterView -> System.Threading.Tasks.Task
Public Overrides Function SetParametersAsync (parameters As ParameterView) As Task

Parameters

parameters
ParameterView

The parameters.

Returns

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

Applies to