how to reuse code in controller methods in asp.net core mvc?

前端 未结 0 1230
面向向阳花
面向向阳花 2020-12-20 04:59

I have a code like this:

public IActionResult Index(string[] color, string[] brand, string[] PurposeFor, string search, string sortOrder)
    {
        
              


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