14
Answers

How to redirect view using link button ?

Photo of Anjali Khan

Anjali Khan

8y
815
1

Hi Friends,

@Html.ActionLink("RedirectButton", "Description" , "Home", new { id = item.INCIDENT_ID })
here Description is action Method and home is controller but if i m using this ,i didnot reditect to description page in mvc
 
i used without controller but not working this

Answers (14)