C# 클래스 Rock.Web.UI.JsonResult

JSON Object used for client/server communication
파일 보기 프로젝트 열기: SparkDevNetwork/Rock

공개 메소드들

메소드 설명
JsonResult ( string action, object result ) : System

Initializes a new instance of the JsonResult class.

Serialize ( ) : string

Serializes this instance.

메소드 상세

JsonResult() 공개 메소드

Initializes a new instance of the JsonResult class.
public JsonResult ( string action, object result ) : System
action string A representing the action.
result object A representing the result.
리턴 System

Serialize() 공개 메소드

Serializes this instance.
public Serialize ( ) : string
리턴 string