C# Class GuestBook.Controllers.GuestBookController

Inheritance: Controller
Afficher le fichier Open project: jeffreypalermo/mvc2inaction

Méthodes publiques

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult
Sign ( string name, string email, string comments ) : System.Web.Mvc.ActionResult

Method Details

Index() public méthode

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

Sign() public méthode

public Sign ( string name, string email, string comments ) : System.Web.Mvc.ActionResult
name string
email string
comments string
Résultat System.Web.Mvc.ActionResult