MobileTrack Nexus Documentation
C#
Show/Hide TOC
Pagination
Link
Set
Parameters
Async Method
Parameters are loaded manually for sake of performance.
https://learn.microsoft.com/en-us/aspnet/core/blazor/performance#implement-setparametersasync-manually
Definition
Namespace:
BlazorBootstrap
Assembly:
BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
C#
Copy
Request Example
public
override
Task
SetParametersAsync
(
ParameterView
parameters
)
Parameters
parameters
ParameterView
Parameters invoked from the parent component
Return Value
Task
Task
completion
Implements
IComponent
SetParametersAsync(ParameterView)
Exceptions
ArgumentException
Invoked if both
LinkIcon
and
Text
are left empty.
See Also
Reference
PaginationLink Class
BlazorBootstrap Namespace
In This Article
Definition
Parameters
Return Value
Implements
Exceptions
See Also