...

/

Quiz: Blazor Parameters

Quiz: Blazor Parameters

Test your knowledge of Blazor parameters.

We'll cover the following...

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]


1 / 4