-
If someone want to play around with blazor prerendering. Blazor WASM: https://github.com/d-oit/Blazor5AppPrerendering @hikalkan Are you already evaluate a better solution the AbpMvcClient handling? info: System.Net.Http.HttpClient.AbpMvcClient.LogicalHandler[100] With blazor Standard .net core DI I could use successfull use lazy loading. First try with abp wasn't successfull. OffTopic - js web framework benchmark results: https://krausest.github.io/js-framework-benchmark/2020/table_chrome_87.0.4280.66.html |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found the get in WebAssemblyCachedApplicationConfigurationClient -> public virtual async Task InitializeAsync() Check with httpContextAccessor.HttpContext.Response.HasStarted if prerendering |
Beta Was this translation helpful? Give feedback.
Found the get in WebAssemblyCachedApplicationConfigurationClient -> public virtual async Task InitializeAsync()
Check with httpContextAccessor.HttpContext.Response.HasStarted if prerendering