Property | Type | Description | |
---|---|---|---|
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 |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 | ||
return | System.Web.Mvc.ActionResult |
public ActionWithBindNoPrefixAttribute ( [ fieldName ) : System.Web.Mvc.ActionResult | ||
fieldName | [ | |
return | System.Web.Mvc.ActionResult |
public ActionWithBindPrefixAttribute ( [ Prefix = "newParamName")]stringfieldName ) : System.Web.Mvc.ActionResult | ||
Prefix | [ | |
return | System.Web.Mvc.ActionResult |
public CompiledControllerVirtualMethod2 ( string s ) : System.Web.Mvc.ActionResult | ||
s | string | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |