Blazor Server App: How to design so that the client requests receive the same data
Let’s suppose we have this simple classical timer in default Blazor Server.
Let’s suppose we have this simple classical timer in default Blazor Server.
I have built a service that is retrieving a sample file.
I deployed my Blazor server side App on my server.
Publish was OK, success.
But when I look on the repository where its published, I find lot of dll etc… but no content that I used to work with in local when I build the app…
All is working good, I access the web app from my browser, but as I use to work with some template personal files, they are missing on the server and the logic behind is lost…
I have been trying to find out the issue for the whole day and couldn’t figure it out.
This is my SignalR Hub (BlazorServerAppHub.cs)
I have some HTML code that is stored in a C# string. I would like it to display as text rather than HTML code. Here is some sample code:
I create a nested layout in blazer.
There is a Blazor WebAssembly Application with Asp.Net Core Hosting in .NET 5.0.0, which is separate to 3 different projects: WebApp.Client, WebApp.Server, WebApp.Shared.
i use BlazorInputFile on my project but dont know how to transform the stream that i get from the input file(a zipFile) to an ZipArchive to loop in it….
I have function who take FilePath and return all of Excel information into a List.
My actual problem is not the function, but the error system who don’t work if my FilePath is bad or file not exist.
The autogenerated oidc configuration file gives localhost instead of my public URL. How do I set it up so that it gives the right URL?