Reference Loop Handling Ignore not working on Asp.Net Core 3.0 Preview 3

后端 未结 2 1025
闹比i
闹比i 2021-02-19 18:45

I have been beating my head against a wall with this one, trying to find out why it won\'t work. I haven\'t been able to find anything on why it won\'t work, so I am asking here

2条回答
  •  长情又很酷
    2021-02-19 19:19

    services.AddMvc().AddNewtonsoftJson(options=> options.SerializerSettings.ReferenceLoopHandling = Newtonsoft.Json.ReferenceLoopHandling.Ignore);
    

    https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.0&tabs=visual-studio#jsonnet-support

提交回复
热议问题