Pages

Wednesday, October 27, 2010

MVC NameSpaces

ASP.NET MVC 2 comes with Following Namespaces - Please look in to the links for Classes ...
  1. System.Web.Mvc namespace --> The System.Web.Mvc namespace contains classes and interfaces that support the ASP.NET Model View Controller (MVC) framework for creating Web applications. This namespace includes classes that represent controllers, controller factories, action results, views, partial view, model binders, and much more.
  2. System.Web.Mvc.Ajax namespace --> The System.Web.Mvc.Ajax namespace contains classes that support Ajax scripts in an ASP.NET MVC application. The namespace includes support for Ajax scripts and for Ajax options.
  3. System.Web.Mvc.Async namespace -> The System.Web.Mvc.Async namespace contains classes that support asynchronous actions in an ASP.NET MVC application.
  4. System.Web.Mvc.Html namespace  --> The System.Web.Mvc.Html namespace contains classes that help render HTML controls in an MVC application. The namespace includes classes that support forms, input controls, links, partial views, validation, and more.

No comments:

Post a Comment