i need appropraite url .............in this way Home/Index/Student/Id.........
But my url is coming in such format Home/Index/34?CategoryName=Student/
please help me how to do it in mvc 4
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manikandan MurugesanPosted Jul 6, 2017, 12:06 PM
Abhilash J APosted Jul 6, 2017, 7:21 AM
Technically this concept comes under Routing in ASP.NET MVC.
For this you need to do an entry for route in
App_Start->RouteConfig.csfile underRegisterRoutes(RouteCollection routes)