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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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