HomeController.Index Method

Template MVC

HomeControllerIndex Method

Render the Index view on GET request

Namespace:  Template.Web.Controllers
Assembly:  Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[HttpGetAttribute]
public ViewResult Index()

Return Value

Type: ViewResult
The ViewResult object response
See Also