C# Класс T4MVCHostMvcApp.Areas.Break.Controllers.PostController

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
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 ( 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

Приватные методы

Метод Описание
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

Описание методов

ActionThatTakesAnObject() публичный Метод

public ActionThatTakesAnObject ( MyParamObject p ) : System.Web.Mvc.ActionResult
p MyParamObject
Результат System.Web.Mvc.ActionResult

ActionWithBindNoPrefixAttribute() публичный Метод

public ActionWithBindNoPrefixAttribute ( [ fieldName ) : System.Web.Mvc.ActionResult
fieldName [
Результат System.Web.Mvc.ActionResult

ActionWithBindPrefixAttribute() публичный Метод

public ActionWithBindPrefixAttribute ( [ Prefix = "newParamName")]stringfieldName ) : System.Web.Mvc.ActionResult
Prefix [
Результат System.Web.Mvc.ActionResult

CompiledControllerVirtualMethod2() публичный Метод

public CompiledControllerVirtualMethod2 ( string s ) : System.Web.Mvc.ActionResult
s string
Результат System.Web.Mvc.ActionResult

Index() публичный Метод

public Index ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

PostController() публичный Метод

public PostController ( string s ) : System
s string
Результат System