A bottom'd like code samples ActionLink (LinkText,Action,ControlName,AreaName,RoutesValue,html attribute) I looked at the sites do not have all of these together Thanks
Specify your area name in the Route Values parameter:
@Html.ActionLink("Go to contact page", "Index", "Drugs", new { area = "Growths", id = item.GroupMeasure_ID }, null))