C# Class iServe.Controllers.HomeController

Inheritance: iServeController
Show file Open project: fellowshiptech/ft-iserve Class Usage Examples

Public Methods

Method Description
About ( ) : System.Web.Mvc.ActionResult
Create ( Widget widget ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Test ( ) : System.Web.Mvc.ActionResult

Method Details

About() public method

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

Create() public method

public Create ( Widget widget ) : System.Web.Mvc.ActionResult
widget iServe.Models.Widget
return System.Web.Mvc.ActionResult

Index() public method

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

Test() public method

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