.NET Framework Class Library
Controller..::.Json Method
Creates a JSonResult object that serializes the specified object to JavaScript Object Notation (JSON).
|
| Name | Description |
|
Json(Object)
|
Creates a JSonResult object that serializes the specified object to JavaScript Object Notation (JSON).
|
|
Json(Object, String)
|
Creates a JSonResult object that serializes the specified object to JSON.
|
|
Json(Object, String, Encoding)
|
Creates a JSonResult object that serializes the specified object to JSON.
|
Top
Reference