c#

How to set Max Length of JSON Serialization c sharp

A
Desh-Duniya Team Author
| Published July 29, 2019
var jsonResult = Json(data, JsonRequestBehavior.AllowGet);
jsonResult.MaxJsonLength = int.MaxValue;

Discussion (0)

Please sign in to participate in the discussion.
No comments yet. Be the first to join the conversation!