Alerinos
Alerinos
I think the first render should be from layout and the next from pages. Why so? Because we often load e.g. main.css and sometimes we want to fix the subpage,...
i fix it ``` ``` I had to add it manually to the project, nuget refused to download this version for me. The next problem is that I have a...
At the moment of commenting, the page works, the content is rendered, but the title is not changed. The title is hidden in the source of the page. At the...
Found a bug, add this: ``` #region Compression services.Configure(o => { o.Level = CompressionLevel.Optimal; }); services.Configure(o => { o.Level = CompressionLevel.Optimal; }); services.AddResponseCompression(options => { options.EnableForHttps = true; options.MimeTypes =...
[BlazorToolbeltTest.zip](https://github.com/jsakamoto/Toolbelt.Blazor.HeadElement/files/6987006/BlazorToolbeltTest.zip) There is one more error here, when you don't compress the title doesn't change dynamically. The server renders well blazor no.
I did, and it only works for server rendering. Blazor has a rendering problem. The problem seems to me to be running it from another project. (See zip package above)....
 I just did a test on "BlazorToolbelt.zip", I have no idea why I'm having such a long time. I am using Microsoft Edg. On Google Chrome it is 5.4...
Hi, did you find the problem? You need help? I can help, there are generally two mistakes. The first one is the loading time increases, the second one does not...
> You must use the "Sdk=Microsoft.NET.Sdk.Web" instead of the "Sdk=Microsoft.NET.Sdk" to create an ASP.NET Core project, especially in the case that the project reference other ASP.NET Core web or component...
> You must use the "Sdk=Microsoft.NET.Sdk.Web" instead of the "Sdk=Microsoft.NET.Sdk" to create an ASP.NET Core project, especially in the case that the project reference other ASP.NET Core web or component...