C# Class Ext.Net.MVC.Demo.Controllers.HomeController

Inheritance: Controller
Afficher le fichier Open project: pgodwin/Ext.net

Méthodes publiques

Méthode Description
About ( ) : System.Web.Mvc.ActionResult
Dashboard ( ) : System.Web.Mvc.ActionResult
Form ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
SaveForm ( string txtName, string txtEmail, string txtComments ) : AjaxFormResult

Method Details

About() public méthode

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

Dashboard() public méthode

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

Form() public méthode

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

Index() public méthode

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

SaveForm() public méthode

public SaveForm ( string txtName, string txtEmail, string txtComments ) : AjaxFormResult
txtName string
txtEmail string
txtComments string
Résultat AjaxFormResult