C# Class Simplify.Web.Responses.Ajax

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

Méthodes publiques

Méthode Description
Ajax ( string ajaxData, int statusCode = 200 )

Initializes a new instance of the Ajax class.

Process ( ) : ControllerResponseResult

Processes this response

Method Details

Ajax() public méthode

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 méthode

Processes this response
public Process ( ) : ControllerResponseResult
Résultat ControllerResponseResult