Property | Type | Description |
---|
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 ( ) : System |
Initializes a new instance of the JsonNetResult class.
|
|
JsonNetResult ( object data ) : System |
Initializes a new instance of the JsonNetResult class.
|
|
JsonNetResult ( object data, string contentType ) : System |
Initializes a new instance of the JsonNetResult class.
|
|
JsonNetResult ( object data, string contentType, |
Initializes a new instance of the JsonNetResult class.
|
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 |
public JsonNetResult ( object data ) : System | ||
data | object | The data. |
return | System |
public JsonNetResult ( object data, string contentType ) : System | ||
data | object | The data. |
contentType | string | Type of the content. |
return | System |
public JsonNetResult ( object data, string contentType, |
||
data | object | The data. |
contentType | string | Type of the content. |
encoding | The encoding. | |
return | System |