Horje
JsonException: A possible object cycle was detected. This can either be due to a cycle or if the object depth is larger than the maximum allowed depth of 32. Consider using ReferenceHandler.P
JsonException: A possible object cycle was detected. This can either be due to a cycle or if the object depth is larger than the maximum allowed depth of 32. Consider using ReferenceHandler.Preserve on JsonSerializerOptions to support cycles.
services.AddControllersWithViews()
    .AddNewtonsoftJson(options =>
    options.SerializerSettings.ReferenceLoopHandling = Newtonsoft.Json.ReferenceLoopHandling.Ignore
);




Javascript

Related
converting binary to text js Code Example converting binary to text js Code Example
move list items up and down using javascript Code Example move list items up and down using javascript Code Example
javascript array of all characters Code Example javascript array of all characters Code Example
fullscreen electron Code Example fullscreen electron Code Example
how to vibrate phone using javascript Code Example how to vibrate phone using javascript Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7