#

blazor

Blazor web framework for .NET

ProgrammingIntegrate RCL Pages in Blazor Server with Dynamic Loading

Fix Blazor Server routing for Razor Class Library pages like /dashboard using dynamic assembly loading. Add assemblies to Router AdditionalAssemblies and MapRazorComponents.AddAdditionalAssemblies for full route discovery in modular .NET 8+ apps.

5 answers 1 view
WebFix Cross-Origin-Opener-Policy Error in Blazor WASM Entra ID Localhost

Resolve cross-origin-opener-policy errors in Blazor WASM standalone apps with Entra ID/Azure AD authentication on localhost (https://localhost:1234). Works on Azure Static Web Apps? Switch to redirect mode or add COOP headers via web.config.

1 answer 2 views
ProgrammingInject ICryptoService in Blazor WASM Non-Component Class

Learn to register Blazor.SubtleCrypto's ICryptoService in Program.cs and inject it via constructor into non-component classes in Blazor WebAssembly. Step-by-step guide for AES-GCM encryption/decryption with DI best practices.

1 answer 2 views
ProgrammingBlazor Roslyn Analyzer Components Render Nothing Fix

Fix Blazor components generated by Roslyn analyzer that compile but render nothing. Learn why analyzers fail, switch to source generators, debug steps, and build settings for proper Blazor rendering.

1 answer 1 view