C# 클래스 T4MVCHostMvcApp.Controllers.T4MVC_HomeController

상속: T4MVCHostMvcApp.Controllers.HomeController
파일 보기 프로젝트 열기: atomicobject/mvccontrib

공개 메소드들

메소드 설명
About ( ) : System.Web.Mvc.ActionResult
ActionWithAllOptionalParams ( string someString, int n ) : System.Web.Mvc.ActionResult
ActionWithArrayParam ( string someStrings ) : System.Web.Mvc.ActionResult
ActionWithSomeOptionalParams ( string someString, int n ) : System.Web.Mvc.ActionResult
Blah ( string name, int age ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
SomeCustomResultAction ( ) : T4MVCHostMvcApp.Misc.MyCustomResult
SomeFileContentResultAction ( ) : System.Web.Mvc.FileContentResult
SomeFileResultAction ( ) : System.Web.Mvc.FileResult
SomeFileStreamResultAction ( ) : System.Web.Mvc.FileStreamResult
SomeJsonResultAction ( ) : System.Web.Mvc.JsonResult
SomeViewResultAction ( ) : System.Web.Mvc.ViewResult
T4MVC_HomeController ( ) : System

메소드 상세

About() 공개 메소드

public About ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

ActionWithAllOptionalParams() 공개 메소드

public ActionWithAllOptionalParams ( string someString, int n ) : System.Web.Mvc.ActionResult
someString string
n int
리턴 System.Web.Mvc.ActionResult

ActionWithArrayParam() 공개 메소드

public ActionWithArrayParam ( string someStrings ) : System.Web.Mvc.ActionResult
someStrings string
리턴 System.Web.Mvc.ActionResult

ActionWithSomeOptionalParams() 공개 메소드

public ActionWithSomeOptionalParams ( string someString, int n ) : System.Web.Mvc.ActionResult
someString string
n int
리턴 System.Web.Mvc.ActionResult

Blah() 공개 메소드

public Blah ( string name, int age ) : System.Web.Mvc.ActionResult
name string
age int
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

SomeCustomResultAction() 공개 메소드

public SomeCustomResultAction ( ) : T4MVCHostMvcApp.Misc.MyCustomResult
리턴 T4MVCHostMvcApp.Misc.MyCustomResult

SomeFileContentResultAction() 공개 메소드

public SomeFileContentResultAction ( ) : System.Web.Mvc.FileContentResult
리턴 System.Web.Mvc.FileContentResult

SomeFileResultAction() 공개 메소드

public SomeFileResultAction ( ) : System.Web.Mvc.FileResult
리턴 System.Web.Mvc.FileResult

SomeFileStreamResultAction() 공개 메소드

public SomeFileStreamResultAction ( ) : System.Web.Mvc.FileStreamResult
리턴 System.Web.Mvc.FileStreamResult

SomeJsonResultAction() 공개 메소드

public SomeJsonResultAction ( ) : System.Web.Mvc.JsonResult
리턴 System.Web.Mvc.JsonResult

SomeViewResultAction() 공개 메소드

public SomeViewResultAction ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

T4MVC_HomeController() 공개 메소드

public T4MVC_HomeController ( ) : System
리턴 System