PaginationLinkSetParametersAsync Method

Definition

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

Parameters

parameters  ParameterView
Parameters invoked from the parent component

Return Value

Task
Task completion

Implements

IComponentSetParametersAsync(ParameterView)

Exceptions

ArgumentExceptionInvoked if both LinkIcon and Text are left empty.

See Also