我正在使用 foreach 循环显示的代码
@Url.Action("StartJob", "Batch", new { batchName = @Model.BatchInformationList.ElementAt(i-1).JobName })
控制器中的代码
public PartialViewResult StartJob(string batchName)
{
return this.PartialView(res);
}
我正在迭代模型中最后一个元素的批处理名称中获取数据