C# 클래스 T4MVC_FileResult, mvccontrib

상속: System.Web.Mvc.FileResult, IT4MVCActionResult
파일 보기 프로젝트 열기: atomicobject/mvccontrib 1 사용 예제들

공개 메소드들

메소드 설명
T4MVC_FileResult ( string area, string controller, string action ) : System

보호된 메소드들

메소드 설명
WriteFile ( System response ) : void

메소드 상세

T4MVC_FileResult() 공개 메소드

public T4MVC_FileResult ( string area, string controller, string action ) : System
area string
controller string
action string
리턴 System

WriteFile() 보호된 메소드

protected WriteFile ( System response ) : void
response System
리턴 void