API review: Component rendering to HTML outside Blazor hosting #50079
Labels
api-suggestion
Early API idea and discussion, it is NOT ready for implementation
area-blazor
Includes: Blazor, Razor Components
Uh oh!
There was an error while loading. Please reload this page.
Background and Motivation
Allows developers to render Blazor components to HTML (as a
string
or into aTextWriter
). This is used for Blazor SSR but making it public satisfies many requests we've had over the years for using.razor
components for other custom things.Proposed API
The following interface enables M.A.Mvc.ViewFeatures' existing
<component>
tag helper to use the new EndpointHtmlRenderer infrastructure, allowing us to remove all the old implementation.The text was updated successfully, but these errors were encountered: