Property | Type | Description |
---|
Method | Description | |
---|---|---|
ExecuteResult ( ControllerContext context ) : void | ||
JsonNetResult ( ) : System | ||
JsonNetResult ( Object data ) : System | ||
JsonNetResult ( Object data, String contentType ) : System | ||
JsonNetResult ( Object data, String contentType, |
public ExecuteResult ( ControllerContext context ) : void | ||
context | ControllerContext | |
return | void |
public JsonNetResult ( Object data ) : System | ||
data | Object | |
return | System |
public JsonNetResult ( Object data, String contentType ) : System | ||
data | Object | |
contentType | String | |
return | System |
public JsonNetResult ( Object data, String contentType, |
||
data | Object | |
contentType | String | |
encoding | ||
return | System |