Լight modeDark mode
CRUD Step-by-Step >Enable Search Functionality
Course content
Learn ASPNET CORE MVC - Express Edition
- Create Identity Models through Scaffolding Free15 m 31 s
- Create Domain Models using Scaffolding Free12 m 59 s
- Display List of Products in a Table15 m 57 s
- Add New Product Functionality
- Add Standard and Custom Validations Free12 m 32 s
- Add Select List Component to Display Categories10 m 56 s
- Delete Products7 m 7 s
- Update Products12 m 33 s
- Enable Search Functionality Free16 m 18 s
Episode Description
Since, we have the the CRUD functionality enabled, lets us work on adding the Search in our Product List View.
See, how the Markup looks in the view:
Notice the “Search” parameter added in our Acton method, which should be the same name in our “Input”