I using mvc3 and i have two controllers Qualification and Teacher.I'm render teacher view and from teacher view i need to go to Qualification index view page.
@HTML.Action-Link (model-Item => item.Qualification.Type,"../Qualification")
But this give error saying "cannot convert lambda expression to string".How can i fix this error?