Explain attribute based routing in mvc?
Answer / Sarvendra Kumar
Attribute based routing is a technique used in MVC where route patterns are defined using attributes associated with the controller actions. This approach provides more flexibility and readability compared to traditional hard-coded routes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mvc programming?
What is domain model in mvc?
What do you mean by mvc scaffolding?
What is mvc life cycle?
Mention what "beforfilter()","beforerender" and "afterfilter" functions do in controller?
What is mvc ioc?
Difference between mvc and web api?
What are action filters in mvc?
Explain mvc (model-view-controller)?
What is mvc in spring?
Explain the concept of default route in mvc
What is actionresult mvc?