[Blazor|Mvc] Make Microsoft.AspNetCore.Mvc.ViewFeatures.IComponentRenderer public #21666
Labels
affected-few
This issue impacts only small number of customers
area-blazor
Includes: Blazor, Razor Components
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
feature-prerendering
Issues related to prerendering blazor components
severity-major
This label is used by an internal tool
Milestone
I have my own version of
ComponentTagHelper
https://github.com/dotnet/aspnetcore/blob/master/src/Mvc/Mvc.TagHelpers/src/ComponentTagHelper.cs#L101
However
Microsoft.AspNetCore.Mvc.ViewFeatures.IComponentRenderer
is not marked as public.To work around this, I use reflection.
please make
IComponentRenderer
public.https://github.com/dotnet/aspnetcore/blob/602cb1dea59751a1297d674cddf7f0729c23e6ca/src/Mvc/Mvc.ViewFeatures/src/RazorComponents/IComponentRenderer.cs
The text was updated successfully, but these errors were encountered: