C# Класс BoC.Web.Mvc.ActionResults.JsonNetJsonResult

Наследование: System.Web.Mvc.JsonResult
Показать файл Открыть проект

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

Метод Описание
ExecuteResult ( ControllerContext context ) : void

Serialises the object that was passed into the constructor to JSON and writes the corresponding JSON to the result stream.

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

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

Serialises the object that was passed into the constructor to JSON and writes the corresponding JSON to the result stream.
public ExecuteResult ( ControllerContext context ) : void
context ControllerContext The controller context for the current request.
Результат void