Define attribute based routing in mvc?
Answer / Shiv Shambhu Kumar
Attribute-based routing is a feature in ASP.NET MVC that allows you to define routes directly on controller actions or properties using attributes, rather than defining them in the RouteConfig file.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is routing? What are the three segments for routing is important?
What is mvc (model view controller)?
What does model-view-controller represent in an mvc application?
What is filter mvc?
What is the difference between adding routes, to a webform application and an mvc application?
Mention what is the advantages of mvc?
What are the filters?
Explain attribute based routing in mvc?
What is mvc and its advantages?
Which is a better fit, razor or aspx?
Why we need "Areas" in MVC?
Is viewstate available in mvc?