fb like button code

View

  • View is the application user interface (UI)
  • Dynamically generated page.
  • We implement it via System.Web.MVC.ViewPage class, which is inherit from System.Web.UI.Page
  • Strongly typed views derive from the generic ViewPage<T>
  • Views directory contains a folder per controller with same name as the controller.
  • View is nothing but our .cshtml page which is composition of C# & HTML

0 comments:

Facebook