FormSectionSetParametersAsync 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: MobileTrack.Web.Components.Components
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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 any of the required properties are not set: ChildContent,Title
InvalidOperationExceptionThrown if an attempt is made to set property values that are not part of this component.

See Also