C# 클래스 CompiledViews.SharePoint.JsonResult

Clears the response and sends a json response with an optional http status code
상속: ActionResult
파일 보기 프로젝트 열기: tqc/RazorEngine

공개 메소드들

메소드 설명
Execute ( ) : void
JsonResult ( Control parent, string message, int status ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

JsonResult() 공개 메소드

public JsonResult ( Control parent, string message, int status ) : System
parent System.Web.UI.Control
message string
status int
리턴 System