Using Areas in ASP.NET MVC Application
Introduction
ASP.NET MVC relies on certain folder and class naming conventions to organize models, views and controllers. A large application often consists of functionally independent modules with the result that the main application is essentially a bundle of these sub-applications. In such cases, organizing various models, views and controllers can be tedious. Luckily, ASP.NET MVC allows you to split your application into what is known as Areas. Each area mimics the folder structure and conventions as required by ASP.NET MVC. This article shows you how Areas are used in an ASP.NET MVC application.
What are Areas?
Areas are functionally independent modules of your ASP.NET MVC application that mimic the folder structure and conventions of MVC. Consider the following scenario :
Figure 1: Areas are independent modules of your ASP.NET MVC application
As you can see the main application has three functionally independent modules viz. Blog, Help Desk and Shopping. Without any areas in place, you would have put all the controllers and views in the respective folder of the main application folder. Obviously, you cannot have the same controller name for different modules. For example, you cannot have HomeController for Blog and HomeController for HelpDesk. You either need to put all action methods of both the modules in a single controller or create two controllers with altogether different names (say BlogHomeController and HelpDeskHomeController).
With areas in place, each module replicates the MVC folder structure. For example, each module will have its own Models, Views and Controllers folder. You can then have HomeController class in Blog module as well as HelpDesk module. So, in the above example, essentially you will have four MVC structures - one for the main application and one each for the three modules (Blog, HelpDesk and Shopping).
Adding a New Area
Before you work with areas, create a new ASP.NET MVC application with ASPX view engine. To add a new area right click on the application in the Solution Explorer and select the Add > Area shortcut menu option. Doing so will open "Add Area" dialog as shown below:
Figure 2: Adding a New Area
You need to enter the Area Name and click the Add button to create the folder structure for that area. The following figure shows the complete folder structure with three Areas - Blog, HelpDesk and Shopping - added.
Figure 3: Solution Explorer
As you can see, the main application has Areas subfolders. Inside the Areas subfolders there is a folder for each area you wish to create (Blog, HelpDesk and Shpping in the above example). Each Areaa subfolder has its own set of MVC folders (Models, Views and Controllers). You can treat each area just like the main application and add models, views and controllers in the respective folders.
Registering Areas with MVC Framework
Simply creating area folder structure is not sufficient, you also need to inform ASP.NET MVC framework about the areas you've added. Luckily, this task is automatically done when you add a new area. Notice the area registration class file that was created under each area folder (BlogAreaRegistration.cs, HelpDeskAreaRegistration.cs, etc.). The area registration file contains a class that inherits from AreaRegistration base class. The HelpDeskAreaRegistration class is shown below :
public class HelpDeskAreaRegistration : AreaRegistration
{
public override string AreaName
{
get
{
return "HelpDesk";
}
}
public override void RegisterArea(AreaRegistrationContext context)
{
context.MapRoute(
"HelpDesk_default",
"HelpDesk/{controller}/{action}/{id}",
new { action = "Index", id = UrlParameter.Optional }
);
}
}
As you can see the HelpDeskAreaRegistration class overrides AreaName property and the RegisterArea method. The RegisterArea method registers the route information for the newly added area with MVC framework.
You will have one area registration class file for each area. When are the area registration classes used? If you open Global.asax file, you will have the following code in the Application_Start event handler :
protected void Application_Start()
{
AreaRegistration.RegisterAllAreas();
RegisterGlobalFilters(GlobalFilters.Filters);
RegisterRoutes(RouteTable.Routes);
}
As you can see, there is a call to RegisterAllAreas() static method of AreaRegistration class. Calling RegisterAllAreas() method in turn invokes the RegisterArea() method of all the area registration classes found in the application.
Before going ahead, add HomeController to all the areas and the main application, i.e. four controller classes with name HomeController. All the HomeController classes will look like this :
public class HomeController : Controller
{
public ActionResult Index()
{
return View();
}
}
Then right click on each Index() action method and add Index view, i.e. total four Index views in their respective folders.
Run the application and try navigating to different areas. The following figure shows a sample run for HelpDesk area. Notice the URL of the area.
Figure 4: Run the Application
Linking Between Two Areas
ASP.NET MVC Views often need to link to some action method residing in controller classes. Unless otherwise specified, action methods and controllers are assumed to be from the current area. In case you wish to link to an action method belonging to some other area, here is how you would do just that:
<h3>You are inside main area. To navigate to some other area please click on the following links</h3>
<%= Html.ActionLink("Main Area", "Index", "Home", new { area = "" }, null)%>
<br /><br />
<%= Html.ActionLink("Blog Area", "Index", "Home", new { area = "Blog" }, null)%>
<br /><br />
<%= Html.ActionLink("Help Desk Area", "Index", "Home", new { area = "HelpDesk" }, null)%>
<br /><br />
<%= Html.ActionLink("Shopping Area", "Index", "Home", new { area = "Shopping" }, null)%>
The above fragment is from the Index view of the main area. It renders four hyperlinks using ActionLink(). Notice the fourth parameter that specifies area name. This parameter governs the area whose action method is being linked to.
Redirecting to an Action Belonging to Another Area
You can also redirect to some action method of a specific area using RedirectToAction() method. Consider the following action method:
public ActionResult Index()
{
return RedirectToAction("Index", "Home", new { Area = "HelpDesk" });
}
As you can see, the Index() action method of the main area redirects the control to Index() action method of the HelpDesk area.
Summary
ASP.NET MVC allows you to organize your application into areas. Each area replicates the MVC structure and can be treated as independent as far as models, views and controllers are concerned. An area is registered with MVC framework using an area registration class and RegisterAllAreas() call in the Global.asax file.

Comments
toms shoes sale
Posted by gogoksd on 05/14/2013 08:12pmThanks for your article on this weblog. From my very own experience, there are times when softening upward a photograph may well provide the photographer with a small amount of an imaginative flare. Often however, that soft cloud isn't precisely what you had in your thoughts and can frequently spoil an otherwise good photograph, especially if you thinking about enlarging this. Toms Dedicates To Offer Innovative And Comfortable Shoes Oakley Sunglasses Stores ray ban uk
ReplyScientist Finds Serious nike dependency
Posted by BobHotgloff on 05/01/2013 05:51pmShort post shows you the most important intricacies on mizuno and consequently the thing you ought to do right away. [url=http://www.mizunogoruhujp.com/]ããºã[/url] I Would Say The Key For mizuno [url=http://www.mizunogoruhujp.com/ããºã-ã´ã«ãã¯ã©ã-c-1.html]ããºã ã°ã©ã[/url] Quick post instructs you all cogs and wheels of mizuno and also the thing you want to do right now. [url=http://www.mizunogoruhujp.com/ã´ã«ãã°ãã¼ã-c-33.html]ã°ãã¼ã ããºã[/url] Things everyone else actually does in regards to nike and furthermore the things that you would want to try and do totally different. [url=http://www.mizunogoruhujp.com/ã´ã«ãããã°-c-7.html]ããºã[/url] Independent guide brings out 2 great new things surrounding nike that no one is speaking about. [url=http://www.mizunogoruhu.com/]ããºã ã¢ã¤ã¢ã³[/url] A powerful double strain on mizuno [url=http://www.mizunogoruhu.com/ããºãmizuno-ã¯ã©ã-c-4.html]ããºã ã°ã©ã[/url] Units and release throughout Las Vegas, Nevada - - mizuno simply leaves without kind regards [url=http://www.mizunogoruhu.com/ããºãmizuno-ã¢ã¤ã¢ã³-c-3.html]ããºã ã¢ã¤ã¢ã³[/url] Productive hints for nike you can use beginning straight away. [url=http://www.mizunogoruhu.com/ããºãmizuno-ããã°-c-5.html]ããºã[/url] Brief piece of writing reveals the incontestable details on nike and the way it can effect customers.
ReplyCutting edge nike E-book Shows Easy Methods To Rule The nike Scene
Posted by icoppyapedcap on 04/24/2013 05:42amBelXahOryLva [url=http://www.nikeyasuijp.com/]ãã¤ãã¹ãã¼ã«ã¼[/url]XsmObeEneYvn [url=http://www.nikeyasuijp.com/nike-air-force1ã¨ã¢ãã©ã¼ã¹1-c-14.html]nike air force[/url]WhfXgjOhwGst [url=http://www.nikeyasuijp.com/nike-air-maxã¨ã¢ããã¯ã¹-c-12.html]ãã¤ã ã¨ã¢ããã¯ã¹[/url]LldXhzZpbDek [url=http://www.nikeyasuijp.com/nike-air-jordanã¨ã¢-ã¸ã§ã¼ãã³-c-13.html]nike free[/url]BlrWxdXhmYtx
ReplyThankYou
Posted by Gangadhar on 04/24/2013 05:25amThank You Jeetu Kumar Patra
ReplyThankYou
Posted by Gangadhar on 04/24/2013 05:25amThankYou Jeetu Kumar Patra
Replytrue mlb jersey
Posted by hlgernonescq on 04/11/2013 02:25amclarisonic mia 2 outlet clarisonic online shop clarisonic online store cheap clarisonic online cheap clarisonic sale canada clarisonic sale canada cheap clarisonic sale uk clarisonic mia 2 uk authentic nfl jerseys wholesale nhl jerseys
Replyreal mlb jersey
Posted by khestereke on 04/11/2013 01:58amclarisonic mia 2 outlet discount clarisonic mia Clarisonic cleansers outlet discount clarisonic mia 2 cheap clarisonic mia 2 canada clarisonic sale canada clarisonic mia sale uk clarisonic uk authentic mlb jersey new nba jerseys
ReplyCette construction 2012 nâterminate pas le Nike Affectedness au talon (comme la OG de 89 et la reedition de 99) mais le logo Jumpman Jordan
Posted by Vetriatszy on 03/15/2013 11:21ampain-free Ways to look for incredible bargains within Abercrombie wear With the year briskly coming there are more and more people really going internet based to get an early start on their xmas obtaining. but yet, With the advent of a wide selection of great methods to almost all people over the internet, you will also find most users hunting to hunt down the cheapest deals realistic. when engaging in Abercrombie tank top, there is certainly no shortage of all super other possibilities the net that could save you big money. give some thought to simplistic ways to get best possible contracts and as a consequence markdowns meant for bigger Abercrombie betting lines Fitch. the first thing that you are going to want to do is find a brilliant retailer that's exactly furnishing Abercrombie attires at discounted standard costs. The nice thing about it is that you have a ton of alternative in these modern times coming from bulk merchants to best replica companies that will offer persons with the best possible way to get the newest Abercrombie accounts at discount prices. With a huge selection of handbags, attire, Parkas and thus past few weeks apparel, and furthermore materials With the high costs of all Abercrombie swimsuit Fitch at the moment common in merchants the particular around, internet retailers including E-outfits supermarket will definitely want to remain something consumers are considering during the arrival special occasion shops season. With a large number of really breaks furthermore family special offers, it will be easy to save a lot for browsing at all locations other than typical retail stores. this should be clients you appear to find a very good deals in Abercrombie attires on top of that ipad accessories. One you have found a fine via the internet outlet such type of including superior Abercrombie and as a result Fitch programs, additionally, you will want to consider different features they feature. for instance, various dealers should have good deals prior to year, So store see whatever thing publicised, indeed smart to contact this website to discover more on potential item sales and so marketing promotions for the december. you can also find quite a few entrepreneurs on the website that can provide good final savings and lower price rates on and also shipment if anyone is having to pay over a number of money. usually all items can uncover yourself helping you save a ton of money in the long term and are just a few of the advantages of shopping online over Abercrombie outfit as an alternative to characteristic, ordinary stores. all of the E-clothing purchase along see this site well-known websites will definitely want to as the first leave for anyone seeking to get cheap deals on Abercrombie and Fitch tough december
ReplyChristian Louboutin from Italy and many Italian brand, was born in the traditional family business Supervised
Posted by Vetriatszy on 03/14/2013 11:42amclassy outfit because Juniors on top of that youngsters at this time, finding costumes cheaply is more critical. a lot exceedingly little older people and also teenagers are purchasing clothing even when their precious cabinets are stuffed with a resources from foods. this is often to fulfill her or his fashion would need and simply because so many people are more than willing to obtain designer cool and trendy wear, web-sites are getting bigger. for the marketplace when shambles, that site attaining pants on the internet not any nearby retail complex is ideal. to get started, web shops are blessed with lesser expense and can have better buys to their customers may be searching for clothes. Since a great number of companies' marketplace is beginning person and as well as teenagers, They have to think of in vogue and furthermore popular apparel in which renew normal basis. Use your a credit card pay for pants and find out credit card many benefits to get gift idea cards at the preferred keep. as well, search within most voucher codes web sites who store and in addition organize regulations for your own online businesses. Here is an index of coupon websites that you can even examine out
Replytaste mlb jerseys
Posted by rmmanueleuju on 03/12/2013 12:29amcheap Clarisonic cleansers clarisonic online shop clarisonic online store cheap clarisonic online cheap clarisonic sale canada cheap clarisonic mia canada clarisonic mia sale uk clarisonic sale uk authentic nfl jerseys wholesale nhl jerseys
ReplyLoading, Please Wait ...