Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149077 | Nov 13,2019 05:57 PM UTC | Jan 20,2021 12:52 PM UTC | Blazor | 17 |
![]() |
Tags: Grid |
[Startup.cs]
public void ConfigureServices(IServiceCollection services)
{
services.AddRazorPages();
services.AddServerSideBlazor();
services.AddSignalR(e =>
{
e.MaximumReceiveMessageSize = 102400000;
});
}
|
Hi Timothy,
Sorry for the inconvenience caused.
We have modified the Feedback to ASP.Net Core and resolving this issue will fix the issue reported in Blazor platform also.
Regards,Vignesh Natarajan
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.