I am using MVC and my requirement is that i need to build a action link with dynamic action route value.
for example.
In my model i have the list<string>
so action link should be.
../ActionMethodName/ControllerName? Item[0]=model.item[0]&Item[1]=model.Item[1]...so on.
Any Suggestion is welcome.