ASP.NET MVC: Get data from 2 APIs, how to async bind the data to one single table on UI?

前端 未结 0 855
感动是毒
感动是毒 2020-12-01 16:50

We have a model class like this:

public class TempClass
{
        public string col1 {get; set;}
        public string col2 {get; set;}
        public string          


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