C# 클래스 CompiledViews.SharePoint.HtmlResult

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

공개 메소드들

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

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

HtmlResult() 공개 메소드

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