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.
Hin12/1/2022
I want this file to be included in client project and loaded from there, I know I can access them via HTML, but can razor do the same? I need file content