1.

What Are The Components Required To Create A Route In 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