c# - How to construct Actionlinks -
i have following page structure in asp.net mvc 4. department full time employees part time employees ----------- --------------------------------------------- department 1 |1. employee 1 department 2 |2. employee 2 | where department 1, department 2, full time employees , part time employees links. clicking on link results in displaying employees. here possible options when user browse page first time, full time employees in first department (department 1) displayed. when user clicks department 2, full time employees department 2 displayed (since full time link selected default) when user clicks part time, part time employees displayed selected department. i don't know how construct action links these different links. target result aiming @ like www.example.com/department1/fulltime www.example.com/department1/parttime www.example.com/department2/fulltime www.example.com/depar...