Hi what I want is to call a partial view from 'index.cshtml' passing it the model and some string input and when we get to the function 'ContactsTable' in the controller i want to get the model which of type List and to filter it's values and then send the new list to the partial view
After completeing this I want to use ajax to recall the partial view
I need help with accessing the model from the controller and the ajax function
Thank you