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

Afficher le fichier Open project: atomicobject/mvccontrib

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthode 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 méthode

public ActionThatTakesAnObject ( MyParamObject p ) : System.Web.Mvc.ActionResult
p MyParamObject
Résultat System.Web.Mvc.ActionResult

ActionWithBindNoPrefixAttribute() public méthode

public ActionWithBindNoPrefixAttribute ( [ fieldName ) : System.Web.Mvc.ActionResult
fieldName [
Résultat System.Web.Mvc.ActionResult

ActionWithBindPrefixAttribute() public méthode

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

CompiledControllerVirtualMethod2() public méthode

public CompiledControllerVirtualMethod2 ( string s ) : System.Web.Mvc.ActionResult
s string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

PostController() public méthode

public PostController ( string s ) : System
s string
Résultat System