How to add string.join to foreach loop

后端 未结 0 1728
情歌与酒
情歌与酒 2021-01-01 06:16

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++)
{
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题