C# Class MVC5Web.Controllers.JsonNetResult

JsonNetResult
Inheritance: System.Web.Mvc.ActionResult
Show file Open project: megadotnet/ironframework

Public Methods

Method Description
ExecuteResult ( ControllerContext context ) : void

Enables processing of the result of an action method by a custom type that inherits from the T:System.Web.Mvc.ActionResult class.

JsonNetResult ( ) : Newtonsoft.Json

Initializes a new instance of the JsonNetResult class.

Method Details

ExecuteResult() public method

Enables processing of the result of an action method by a custom type that inherits from the T:System.Web.Mvc.ActionResult class.
context
public ExecuteResult ( ControllerContext context ) : void
context ControllerContext The context in which the result is executed. The context information includes the controller, HTTP content, request context, and route data.
return void

JsonNetResult() public method

Initializes a new instance of the JsonNetResult class.
public JsonNetResult ( ) : Newtonsoft.Json
return Newtonsoft.Json