{CompanyName} FlexyGo

FlxController..::..Json Method

Creates a System.Web.Mvc.JsonResult object that serializes the specified object to JavaScript Object Notation (JSON).

Namespace:  FLEXYGO
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


public JsonResult Json(
	Object Data
)
Public Function Json ( _
	Data As Object _
) As JsonResult

Parameters

Data
Type: Object
The JavaScript object graph to serialize.

Return Value

The JSON result object that serializes the specified object to JSON format. The result object that is prepared by this method is written to the response by the ASP.NET MVC framework when the object is executed.