I show the categories of my i\'th product on the View, but I want to add a link and put commas between them.
@for (int i = 0; i < Products.Count(); i++) {