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
Показать файл Открыть проект

Открытые методы

Метод Описание
LargeJsonResult ( object toJson ) : System

Описание методов

LargeJsonResult() публичный Метод

public LargeJsonResult ( object toJson ) : System
toJson object
Результат System