Method | Description | |
---|---|---|
ExecuteResult ( ControllerContext context ) : void |
Serialises the object that was passed into the constructor to JSON and writes the corresponding JSON to the result stream.
|
public ExecuteResult ( ControllerContext context ) : void | ||
context | ControllerContext | The controller context for the current request. |
return | void |