4
Answers

Get value from rewrited url in controller in mvc

get value from rewrited url in controller in mvc
 
example: 
http://localhost:2876/BookList/37/Mathematics
how can i get value (37)  from above url in mvc
Answers (4)