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

Inheritance: T4MVCHostMvcApp.Areas.Break.Controllers.PostController
Afficher le fichier Open project: atomicobject/mvccontrib

Méthodes publiques

Méthode Description
ActionThatTakesAnObject ( T4MVCHostMvcApp p ) : System.Web.Mvc.ActionResult
ActionWithBindNoPrefixAttribute ( string fieldName ) : System.Web.Mvc.ActionResult
ActionWithBindPrefixAttribute ( string fieldName ) : System.Web.Mvc.ActionResult
CompiledControllerVirtualMethod ( int n ) : System.Web.Mvc.ActionResult
CompiledControllerVirtualMethod2 ( string s ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
SameProjectBaseControllerMethod ( string s ) : System.Web.Mvc.ActionResult
T4MVC_PostController ( ) : System

Method Details

ActionThatTakesAnObject() public méthode

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

ActionWithBindNoPrefixAttribute() public méthode

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

ActionWithBindPrefixAttribute() public méthode

public ActionWithBindPrefixAttribute ( string fieldName ) : System.Web.Mvc.ActionResult
fieldName string
Résultat System.Web.Mvc.ActionResult

CompiledControllerVirtualMethod() public méthode

public CompiledControllerVirtualMethod ( int n ) : System.Web.Mvc.ActionResult
n int
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

SameProjectBaseControllerMethod() public méthode

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

T4MVC_PostController() public méthode

public T4MVC_PostController ( ) : System
Résultat System