C# Class BoC.Web.Mvc.ActionResults.JsonNetJsonResult

Inheritance: System.Web.Mvc.JsonResult
Show file Open project: csteeg/BoC

Public Methods

Method Description
ExecuteResult ( ControllerContext context ) : void

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

Method Details

ExecuteResult() public method

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.
return void