5
Answers

System.Collections.Generic.List`1[System.String] List

when i pass Strinng list to my view model it shows the error am getting the result buti want hide that error
 
in view am passing @model List<String>

Answers (5)