What are the 3 things that are needed to specify a route?
Answer Posted / Sukhwinder Singh
To specify a route in ASP.NET MVC, you need: 1) A name for the route (optional), 2) URL pattern that defines how the incoming requests will be matched against it, and 3) Default values or constraints for the route parameters.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers