Understanding Controller to ASP.NET Core 1.0


In this tutorial you will learn:

  • What is Controller in ASP.NET CORE 1.0 MVC 6?
  • How to Add a Controller?
  • How to Pass Controller Data to View?

What is Controller?

Controller is the main pillar of MVC architecture. It is the area where you write all your programming logic. Controller receives browsers request