Asp.Net Core 3.x - How to change the Linq expression to include search in a List

前端 未结 0 1183
猫巷女王i
猫巷女王i 2021-02-06 08:56

I have the following code for a search functionality:

productsData = productsData.Where(m => m.Name.Contains(searchValue)
                                              


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