DisplayName<TValue>.IComponent.SetParametersAsync(ParameterView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets parameters supplied by the component's parent in the render tree.
System.Threading.Tasks.Task IComponent.SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView parameters);
abstract member Microsoft.AspNetCore.Components.IComponent.SetParametersAsync : Microsoft.AspNetCore.Components.ParameterView -> System.Threading.Tasks.Task
override this.Microsoft.AspNetCore.Components.IComponent.SetParametersAsync : Microsoft.AspNetCore.Components.ParameterView -> System.Threading.Tasks.Task
Function SetParametersAsync (parameters As ParameterView) As Task Implements IComponent.SetParametersAsync
Parameters
- parameters
- ParameterView
The parameters.
Returns
A Task that completes when the component has finished updating and rendering itself.