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