Click here to Skip to main content
15,915,324 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
need to know the main purpose and what it is used for in mvc

What I have tried:

i have tried searching mvc books and blogs but there it is not properly mentioned
Posted
Updated 18-Nov-18 20:23pm

BundleConfig.cs
It is a technique used to improve the performance of your web page 
By group the style files and javascript files in the separate bundle and include that bundle in the controller file.

FilterConfig.cs
In this file we keep all the filter related to configuration which include security policies and output parameter.

RouterConfig.cs
This file is used to maps the url request to a specific controller action by using the Router Table. 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900