C# Class T4MVCHostMvcApp.Areas.Break.Controllers.PostController

Exibir arquivo Open project: atomicobject/mvccontrib

Private Properties

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

Public Methods

Method Description
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

Private Methods

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 ( Dummy d ) : System
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult
SameProjectBaseControllerMethod ( ) : System.Web.Mvc.ActionResult

Method Details

ActionThatTakesAnObject() public method

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

ActionWithBindNoPrefixAttribute() public method

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

ActionWithBindPrefixAttribute() public method

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

CompiledControllerVirtualMethod2() public method

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

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

PostController() public method

public PostController ( string s ) : System
s string
return System