If Application contains a large number of controllers it is difficult to manage. The asp.net area simplifies large mvc web application in to smaller groupings.
Area mvc example:
If you are creating news blog, the application divided into areas such as Admin and dashboard blog. Each area represents separate functionalities.
Creating Area in mvc:
You can create area by right click on the mvc application project solution and clicking on the areas as shown in figure.
Dashboard area for the blog:
It is used to display the blog posts.
Admin area for the blog:
It is for creating and managing the blog posts.
if you want to know how to use html beginform using areas in mvc asp.net click here .
Post your comments / questions
Recent Article
- Fix-Gradient effect turning to gray in after effects
- How to blur an image in python?
- ModuleNotFoundError: No module named 'whois' in Python GoviralHost Without Terminal
- How to Convert Image to Pencil Sketch in Python?
- AttributeError: module 'urllib' has no attribute 'request' - Python
- How to Extract audio from video files using python?
- PermissionError: [Errno 13] Permission denied: 'shampoo_sales.csv' - Python
- [WinError 145] The directory is not empty: 'FolderPath' - Python
Related Article