Email Generation Using Blazor #40758
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
I am creating a Blazor WASM application, and as a part of that application, I want to send HTML emails using the same styling and components that we use throughout our Blazor WASM application, rather than write the same components in a separate email-sending service.
Describe the solution you'd like
In an ideal world, the flow to do this would be as easy as possible, where:
I am wondering if prerendering is/would be, the right tool for this?
Additional context
Are there other approaches people use to "reuse" components that they've written when generating emails?
The text was updated successfully, but these errors were encountered: