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
Afficher le fichier Open project: basicdays/Guidelines

Méthodes publiques

Méthode Description
LargeJsonResult ( object toJson ) : System

Method Details

LargeJsonResult() public méthode

public LargeJsonResult ( object toJson ) : System
toJson object
Résultat System