C#C
C#4y ago
mindhardt

✅ Access wwwroot in Blazor wasm razor

I have a blazor hosted project and a file in a wwwroot folder. This file needs to be accessed by razor component's C# code but I can't find any help googling. Right now this file is getting loaded from server but this is redundant since it is static.
image.png
Was this page helpful?