Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render components outside of ASPNETCORE #28981

Merged
merged 4 commits into from
Apr 20, 2023

Conversation

guardrex
Copy link
Collaborator

@guardrex guardrex commented Apr 14, 2023

Fixes #28980

Notes:

  • The content doesn't really fit into Blazor-specific docs, so I create an article for it in the Components node. I also didn't want to try and tack this on to the Components node overview article because that article is already toooo looong 😩. I'm actually going to be looking for ways to shorten it further, not make it longer. We can move the content of this new article later easily enough. The nice thing here is to have the content work done (or mostly done).
  • Code tested working locally here.
  • I have a tracking item in my 8.0 tracking issue to strip out the --prerelease options at RTM.

Internal previews

📄 File 🔗 Preview link
aspnetcore/blazor/components/render-components-outside-of-aspnetcore.md aspnetcore/blazor/components/render-components-outside-of-aspnetcore

@guardrex guardrex self-assigned this Apr 14, 2023
Copy link
Member

@mkArtakMSFT mkArtakMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @guardrex!
I think we want to squeeze the templating engine wording somewhere in the list of scenarios this can be used in, as that's the context the ask would periodically come up in the past. That will help with SEO in the future.

@guardrex
Copy link
Collaborator Author

@mkArtakMSFT ... I made the third opening sentence ...

This is convenient for scenarios where you want to generate HTML fragments, such as for generating email content, generating static site content, or for building a content templating engine.

@guardrex guardrex merged commit 94daf64 into main Apr 20, 2023
@guardrex guardrex deleted the guardrex/blazor-render-rc-outside-of-aspnetcore branch April 20, 2023 16:04
@guardrex
Copy link
Collaborator Author

Sorry Dan ... I did mean to hit you up for review on this before merging. Let me know if you spot anything, and I'll get a patch PR up. I'm just trying to 🏃🏃🏃 and get this whole batch of PRs merged asap to unblock other work on these articles.

@guardrex guardrex requested a review from danroth27 April 20, 2023 16:06
Donciavas pushed a commit to Donciavas/AspNetCore.Docs that referenced this pull request Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Render Razor components outside of ASP.NET Core
2 participants