C# Class Customer.Project.Mvc.Controllers.HomeController

Inheritance: BaseController
Exibir arquivo Open project: atosorigin/AtosMvcStarterKit Class Usage Examples

Public Methods

Method Description
ActionResultMessageExample ( ) : System.Web.Mvc.ActionResult
Contact ( ) : System.Web.Mvc.ActionResult
ErrorHandlingExample ( ) : System.Web.Mvc.ActionResult
HomeController ( IFormatLogger logger ) : System

Private Methods

Method Description
About ( ) : System.Web.Mvc.ActionResult
AjaxExample ( bool getOne ) : System.Web.Mvc.JsonResult
Index ( ) : System.Web.Mvc.ActionResult

Method Details

ActionResultMessageExample() public method

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

Contact() public method

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

ErrorHandlingExample() public method

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

HomeController() public method

public HomeController ( IFormatLogger logger ) : System
logger IFormatLogger
return System