C# 클래스 T4MVCHostMvcApp.Areas.Break.Controllers.PostController

파일 보기 프로젝트 열기: atomicobject/mvccontrib

Private Properties

프로퍼티 타입 설명
ActionThatTakesAnObject System.Web.Mvc.ActionResult
ActionWithBindNoPrefixAttribute System.Web.Mvc.ActionResult
ActionWithBindPrefixAttribute System.Web.Mvc.ActionResult
CompiledControllerVirtualMethod System.Web.Mvc.ActionResult
CompiledControllerVirtualMethod2 System.Web.Mvc.ActionResult
PostController System
RedirectToAction System.Web.Mvc.RedirectToRouteResult
SameProjectBaseControllerMethod System.Web.Mvc.ActionResult

공개 메소드들

메소드 설명
ActionThatTakesAnObject ( MyParamObject p ) : System.Web.Mvc.ActionResult
ActionWithBindNoPrefixAttribute ( [ fieldName ) : System.Web.Mvc.ActionResult
ActionWithBindPrefixAttribute ( [ Prefix = "newParamName")]stringfieldName ) : System.Web.Mvc.ActionResult
CompiledControllerVirtualMethod2 ( string s ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
PostController ( string s ) : System

비공개 메소드들

메소드 설명
ActionThatTakesAnObject ( ) : System.Web.Mvc.ActionResult
ActionWithBindNoPrefixAttribute ( ) : System.Web.Mvc.ActionResult
ActionWithBindPrefixAttribute ( ) : System.Web.Mvc.ActionResult
CompiledControllerVirtualMethod ( ) : System.Web.Mvc.ActionResult
CompiledControllerVirtualMethod2 ( ) : System.Web.Mvc.ActionResult
PostController ( Dummy d ) : System
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult
SameProjectBaseControllerMethod ( ) : System.Web.Mvc.ActionResult

메소드 상세

ActionThatTakesAnObject() 공개 메소드

public ActionThatTakesAnObject ( MyParamObject p ) : System.Web.Mvc.ActionResult
p MyParamObject
리턴 System.Web.Mvc.ActionResult

ActionWithBindNoPrefixAttribute() 공개 메소드

public ActionWithBindNoPrefixAttribute ( [ fieldName ) : System.Web.Mvc.ActionResult
fieldName [
리턴 System.Web.Mvc.ActionResult

ActionWithBindPrefixAttribute() 공개 메소드

public ActionWithBindPrefixAttribute ( [ Prefix = "newParamName")]stringfieldName ) : System.Web.Mvc.ActionResult
Prefix [
리턴 System.Web.Mvc.ActionResult

CompiledControllerVirtualMethod2() 공개 메소드

public CompiledControllerVirtualMethod2 ( string s ) : System.Web.Mvc.ActionResult
s string
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

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

PostController() 공개 메소드

public PostController ( string s ) : System
s string
리턴 System