IconSetParametersAsync Method

Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public override Task SetParametersAsync(
	ParameterView parameters
)

Parameters

parameters  ParameterView
The parameters send by the parent (ParameterAttribute) or ancestor (CascadingParameterAttribute) components.

Return Value

Task
Task completion.

Implements

IComponentSetParametersAsync(ParameterView)

Exceptions

InvalidOperationExceptionThrown if an attempt is made to set property values that are not part of this component.

See Also