Support enumarable of RenderFragment and RenderFragment<T> in components #29495
Labels
area-blazor
Includes: Blazor, Razor Components
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
Milestone
Is your feature request related to a problem? Please describe.
Support enumarable of
RenderFragment
andRenderFragment<T>
in components.Describe the solution you'd like
List.razor:
Page.razor:
Additional context
Enumerables members usually are written in plural form, but in the usage, the singular form is more accurate. I propose add a parameter in
[Parameter]
attribute to specify the tag. This proposal should be available to any parameter like this:Person.razor
Page.razor
The text was updated successfully, but these errors were encountered: