Method | Description | |
---|---|---|
Execute ( |
||
ExecuteAsync ( |
||
JsonWidgetResult ( object value, |
Initialises a new instance of JsonWidgetResult.
|
public Execute ( |
||
context | ||
return | void |
public ExecuteAsync ( |
||
context | ||
return | System.Threading.Tasks.Task |
public JsonWidgetResult ( object value, |
||
value | object | The value to serialize as JSON. |
serializerSettings | [Optional] The serializer settings. | |
return | System.Threading.Tasks |