Get Your Head Together With Blazor’s New HeadContent and PageTitle
-
.NET
Let’s take a look at the three Blazor components .NET 6 is introducing to help you manage the head of your document—PageTitle, HeadContent, and HeadOutlet.
Pre-render Blazor WebAssembly at build time to optimize for search engines
-
.NET
Using pre-rendering tools like react-snap, you can pre-render Blazor WASM. Additionally, you can integrate these pre-rendering tools inside of your continuous integration and continuous deployment pipelines.