MobileTrack Nexus Documentation
C#
Show/Hide TOC
Button
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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
C#
Copy
Request Example
public
override
Task
SetParametersAsync
(
ParameterView
parameters
)
Parameters
parameters
ParameterView
parameters derived from ancestor components
Return Value
Task
Task
completion
Implements
IComponent
SetParametersAsync(ParameterView)
Exceptions
InvalidOperationException
Thrown if
ChildContent
remained
.
See Also
Reference
Button Class
BlazorBootstrap Namespace
In This Article
Definition
Parameters
Return Value
Implements
Exceptions
See Also