C# 클래스 Simplify.Web.Responses.Ajax

Provides controller Ajax response (send only specified string to response)
상속: ControllerResponse
파일 보기 프로젝트 열기: i4004/Simplify.Web

공개 메소드들

메소드 설명
Ajax ( string ajaxData, int statusCode = 200 )

Initializes a new instance of the Ajax class.

Process ( ) : ControllerResponseResult

Processes this response

메소드 상세

Ajax() 공개 메소드

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() 공개 메소드

Processes this response
public Process ( ) : ControllerResponseResult
리턴 ControllerResponseResult