Quiz: Blazor Parameters
Test your knowledge of Blazor parameters.
Blazor Parameters and Components
1
What attribute marks a property in a Razor component as a parameter that can be set from its direct parent only?
A)
No attribute is needed, and any property that is set as public
can be used as a parameter.
B)
No attribute is needed, and any property that is set as public static
can be used as a parameter.
C)
[Parameter]
D)
[CascadingParameter]
Question 1 of 40 attempted
Get hands-on with 1400+ tech skills courses.