Preeti Saroj
Say something about Routing in short and where it is define in application?
By Preeti Saroj in ASP.NET MVC on Oct 30 2014
  • Madhuri Mishra
    May, 2015 4

    Routing of MVC use for matching URL pattern . when user type in URL the request for mapping page goes from controller to routing

    • 0
  • Madhuri Mishra
    May, 2015 4

    Routing of MVC use for matching URL pattern . when user type in URL the request for mapping page goes from controller to routing

    • 0
  • Naresh
    Dec, 2014 2

    It Matches incoming request to Action Method

    • 0
  • Gokul Rathod
    Nov, 2014 25

    routing in mvc is very important part of web development in MVC it provides the URLlike %Enviroment%/{ Area}/{controller}/{Action}/Id like this url is generated in mvcthis is located in Globle.asax.cs file

    • 0
  • Preeti Saroj
    Oct, 2014 30

    Routing is a Stand-alone component that matches incoming request to IHttpHandlers by URL Pattern. Routing is setup in two ways in application: i) Enabled in web configuration file and, ii) Created in Global.asax file.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS