I'm little bit confused here, I will post images as easier explanation: (In image below is my Controller which has 2 action methods Index and Details, Index is used to show all employees and Details is used to show details about selected employee):
The code I wrote is working but I want to know why :))) I sound crazy here but whatever, here is another image where I've created Index view:
On the image above is shown Action link and method "Details" is being set as actionName, so I'm wondering how that "Details
" know that I'm talking about Details
from my EmployeeController
Thanks guys Cheers