C# 클래스 Rebel.Cms.Web.Mvc.CustomJsonResult

Allows for a custom JsonSerializer to serialize the result
상속: System.Web.Mvc.JsonResult
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 프로퍼티들

프로퍼티 타입 설명
OutputJson Func

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CustomJsonResult ( Func outputJson ) : System
ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
GetJson ( ) : string

Returns the serialized Json

메소드 상세

CustomJsonResult() 공개 메소드

public CustomJsonResult ( Func outputJson ) : System
outputJson Func
리턴 System

ExecuteResult() 공개 메소드

public ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
context System.Web.Mvc.ControllerContext
리턴 void

GetJson() 공개 메소드

Returns the serialized Json
public GetJson ( ) : string
리턴 string

프로퍼티 상세

OutputJson 공개적으로 프로퍼티

public Func OutputJson
리턴 Func