C# Class ASPMvcFirstApplication.Controllers.HomeController

Inheritance: Controller
Show file Open project: fahidnasir/DotNet-ShortCourse2015

Public Methods

Method Description
About ( ) : System.Web.Mvc.ActionResult
Contact ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
SecretPage ( ) : System.Web.Mvc.ActionResult

Method Details

About() public method

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

Contact() public method

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

Index() public method

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

SecretPage() public method

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