I have an URL like this /home/action/id
How can I access this id in view?
|
I have an URL like this How can I access this id in view? |
|||||||||
|
|
This should work in your view:
(assuming the route parameter is named "id") |
|||||||
|
|
you can pass it in through viewData; In your Controller:
In your View:
|
|||
|
|