C# 클래스 Guidelines.WebUI.ActionResults.LargeJsonResult

For returning json that is to large for the typical handler. Use this at your own risk.
상속: System.Web.Mvc.ContentResult
파일 보기 프로젝트 열기: basicdays/Guidelines

공개 메소드들

메소드 설명
LargeJsonResult ( object toJson ) : System

메소드 상세

LargeJsonResult() 공개 메소드

public LargeJsonResult ( object toJson ) : System
toJson object
리턴 System