0
我想序列化一個虛擬目錄到JSON,但我得到一個ArgumentException:由於分層目錄超出了遞歸限制。是否有可能將序列化程序限制在一個級別左右?堆棧跟蹤這裏:http://pastebin.com/raw.php?i=nByECbCs序列化VirtualDirectory到JSON
var directory = HostingEnvironment.VirtualPathProvider.GetDirectory(path);
return Json(directory, JsonRequestBehavior.AllowGet);