Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
147897 | Sep 27,2019 12:59 AM UTC | Sep 27,2019 08:56 AM UTC | Blazor | 1 |
![]() |
Tags: Grid |
[Startup.cs]
public void ConfigureServices(IServiceCollection services)
{
services.AddMvc().AddNewtonsoftJson(options => {
options.SerializerSettings.ContractResolver = new DefaultContractResolver();
});
}
|
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.