C# 클래스 Project.Web.App.Results.BaseHttpResult
파일 보기
프로젝트 열기: tylermercier/mvc_template
보호된 프로퍼티들
공개 메소드들
메소드 |
설명 |
|
BaseHttpResult ( object item, string contentType, string>.Func |
|
|
ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void |
|
|
메소드 상세
public BaseHttpResult ( object item, string contentType, string>.Func |
item |
object |
|
contentType |
string |
|
formatter |
string>.Func | |
리턴 |
System |
|
public ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void |
context |
System.Web.Mvc.ControllerContext |
|
리턴 |
void |
|
프로퍼티 상세
protected string ContentType |
리턴 |
string |
|
protected Func Formatter |
리턴 |
string>.Func | |