MobileTrack Nexus Documentation
C#
Show/Hide TOC
Grid
Column
TModel
,
TProperty
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 ancestor components
Return Value
Task
Task
completion
Implements
IComponent
SetParametersAsync(ParameterView)
See Also
Reference
GridColumn
TModel, TProperty
Class
BlazorBootstrap Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also