C# Class Regiztry.Controllers.HomeController

Inheritance: Controller
ファイルを表示 Open project: Adron/Regiztry Class Usage Examples

Public Properties

Property Type Description
queryAll QueryDelegate>

Public Methods

Method Description
About ( ) : System.Web.Mvc.ViewResult
Contact ( ) : System.Web.Mvc.ViewResult
HomeController ( ) : System
Send ( ) : System.Web.Mvc.ActionResult
Show ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Send ( ContactMessage contactMessage ) : System.Web.Mvc.ActionResult

Method Details

About() public method

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

Contact() public method

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

HomeController() public method

public HomeController ( ) : System
return System

Send() public method

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

Show() public method

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

Property Details

queryAll public_oe property

public QueryDelegate> queryAll
return QueryDelegate>