HomeController Class

Template MVC

HomeController Class

Class to manage all the request of 'Home'
Inheritance Hierarchy
SystemObject  ControllerBase
    Controller
      Template.Web.ControllersHomeController

Namespace:  Template.Web.Controllers
Assembly:  Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class HomeController : Controller

The HomeController type exposes the following members.

Constructors
  NameDescription
Public methodHomeController
Initializes a new instance of the HomeController class
Top
Methods
  NameDescription
Public methodCreate
Public methodCreate(MoviesModel)
Public methodDelete
Public methodDetails
Public methodEdit(Int32)
Public methodEdit(MoviesModel)
Public methodIndex
Render the Index view on GET request
Top
Fields
See Also