Method | Description | |
---|---|---|
Ajax ( string ajaxData, int statusCode = 200 ) |
Initializes a new instance of the Ajax class.
|
|
Process ( ) : ControllerResponseResult |
Processes this response
|
public Ajax ( string ajaxData, int statusCode = 200 ) | ||
ajaxData | string | The ajax data. |
statusCode | int | The HTTP response status code. |
public Process ( ) : ControllerResponseResult | ||
return | ControllerResponseResult |