1.

What are the components required to create a route in ASP.Net MVC?

Answer»

  • Name - This is the name of the route.
  • URL Pattern : Placeholders will be given to match the request URL pattern.
  • Defaults :When loading the application which controller, action to be loaded along with the parameter.


Discussion

No Comment Found