C# Class Guidelines.WebUI.ActionResults.LargeJsonResult

For returning json that is to large for the typical handler. Use this at your own risk.
Inheritance: System.Web.Mvc.ContentResult
显示文件 Open project: basicdays/Guidelines

Public Methods

Method Description
LargeJsonResult ( object toJson ) : System

Method Details

LargeJsonResult() public method

public LargeJsonResult ( object toJson ) : System
toJson object
return System