The ComponentParameterFactory should have a RenderFragment and ChildContent method with the following signature:
public static ComponentParameter RenderFragment(string name, RenderFragment fragment);
public static ComponentParameter ChildContent(RenderFragment fragment);
This will enable more complex scenarios where any valid render fragment can be passed to a RenderFragment or ChildContent parameter.
The
ComponentParameterFactoryshould have aRenderFragmentandChildContentmethod with the following signature:This will enable more complex scenarios where any valid render fragment can be passed to a RenderFragment or ChildContent parameter.