C# 클래스 BoC.Web.Mvc.ActionResults.JsonNetJsonResult

상속: System.Web.Mvc.JsonResult
파일 보기 프로젝트 열기: csteeg/BoC

공개 메소드들

메소드 설명
ExecuteResult ( ControllerContext context ) : void

Serialises the object that was passed into the constructor to JSON and writes the corresponding JSON to the result stream.

메소드 상세

ExecuteResult() 공개 메소드

Serialises the object that was passed into the constructor to JSON and writes the corresponding JSON to the result stream.
public ExecuteResult ( ControllerContext context ) : void
context ControllerContext The controller context for the current request.
리턴 void