C# Class GuestBook.Controllers.GuestBookController

Inheritance: Controller
Mostra file Open project: jeffreypalermo/mvc2inaction

Public Methods

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

Method Details

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Sign() public method

public Sign ( string name, string email, string comments ) : System.Web.Mvc.ActionResult
name string
email string
comments string
return System.Web.Mvc.ActionResult