프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( |
||
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 ( |
||
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult | ||
SameProjectBaseControllerMethod ( ) : System.Web.Mvc.ActionResult |
public ActionThatTakesAnObject ( |
||
p | ||
리턴 | System.Web.Mvc.ActionResult |
public ActionWithBindNoPrefixAttribute ( [ fieldName ) : System.Web.Mvc.ActionResult | ||
fieldName | [ | |
리턴 | System.Web.Mvc.ActionResult |
public ActionWithBindPrefixAttribute ( [ Prefix = "newParamName")]stringfieldName ) : System.Web.Mvc.ActionResult | ||
Prefix | [ | |
리턴 | System.Web.Mvc.ActionResult |
public CompiledControllerVirtualMethod2 ( string s ) : System.Web.Mvc.ActionResult | ||
s | string | |
리턴 | System.Web.Mvc.ActionResult |