C# Class Simplify.Web.Responses.Ajax

Provides controller Ajax response (send only specified string to response)
Inheritance: ControllerResponse
Exibir arquivo Open project: i4004/Simplify.Web

Public Methods

Method Description
Ajax ( string ajaxData, int statusCode = 200 )

Initializes a new instance of the Ajax class.

Process ( ) : ControllerResponseResult

Processes this response

Method Details

Ajax() public method

Initializes a new instance of the Ajax class.
public Ajax ( string ajaxData, int statusCode = 200 )
ajaxData string The ajax data.
statusCode int The HTTP response status code.

Process() public method

Processes this response
public Process ( ) : ControllerResponseResult
return ControllerResponseResult