I have a folder with .json files and by default im getting them with
Directory.GetFiles("Content/animations");and then read them. But in blazor platform i have no access to this folder anymore.Is there any way to read theese files?
- manifest but is seems like it can only be accessible from .razor files.
- Http.GetStringAsync, but there is no Http using
- Just reading 'Content/animations', 'wwwroot/Content/animations' but not found