Relative Content

Tag Archive for c#blazorblazor-webassembly

Blazor : Optional parameters for the razor component

I am working on a blazor application which has a MainLayout where we are rendering DynamicComponent based on a list of types which are specified by the page.
Also in the parameter for the second component there is a eventcallback that will notify any value changes in the component