Method | Description | |
---|---|---|
About ( ) : System.Web.Mvc.ActionResult | ||
ActionWithAllOptionalParams ( string someString, int n ) : System.Web.Mvc.ActionResult | ||
ActionWithArrayParam ( string someStrings ) : System.Web.Mvc.ActionResult | ||
ActionWithSomeOptionalParams ( string someString, int n ) : System.Web.Mvc.ActionResult | ||
Blah ( string name, int age ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
SomeCustomResultAction ( ) : T4MVCHostMvcApp.Misc.MyCustomResult | ||
SomeFileContentResultAction ( ) : System.Web.Mvc.FileContentResult | ||
SomeFileResultAction ( ) : System.Web.Mvc.FileResult | ||
SomeFileStreamResultAction ( ) : System.Web.Mvc.FileStreamResult | ||
SomeJsonResultAction ( ) : System.Web.Mvc.JsonResult | ||
SomeViewResultAction ( ) : System.Web.Mvc.ViewResult | ||
T4MVC_HomeController ( ) : System |
public About ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ActionWithAllOptionalParams ( string someString, int n ) : System.Web.Mvc.ActionResult | ||
someString | string | |
n | int | |
return | System.Web.Mvc.ActionResult |
public ActionWithArrayParam ( string someStrings ) : System.Web.Mvc.ActionResult | ||
someStrings | string | |
return | System.Web.Mvc.ActionResult |
public ActionWithSomeOptionalParams ( string someString, int n ) : System.Web.Mvc.ActionResult | ||
someString | string | |
n | int | |
return | System.Web.Mvc.ActionResult |
public Blah ( string name, int age ) : System.Web.Mvc.ActionResult | ||
name | string | |
age | int | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public SomeCustomResultAction ( ) : T4MVCHostMvcApp.Misc.MyCustomResult | ||
return | T4MVCHostMvcApp.Misc.MyCustomResult |
public SomeFileContentResultAction ( ) : System.Web.Mvc.FileContentResult | ||
return | System.Web.Mvc.FileContentResult |
public SomeFileResultAction ( ) : System.Web.Mvc.FileResult | ||
return | System.Web.Mvc.FileResult |
public SomeFileStreamResultAction ( ) : System.Web.Mvc.FileStreamResult | ||
return | System.Web.Mvc.FileStreamResult |
public SomeJsonResultAction ( ) : System.Web.Mvc.JsonResult | ||
return | System.Web.Mvc.JsonResult |
public SomeViewResultAction ( ) : System.Web.Mvc.ViewResult | ||
return | System.Web.Mvc.ViewResult |