Model state not valid

前端 未结 2 1447
感情败类
感情败类 2021-01-08 01:24

So I have a view called index that lays out all of the threads in my database. Then inside that view I\'m loading all the comments on the threads. When I call on my form tha

2条回答
  •  不知归路
    2021-01-08 01:56

    Before checking your error, you need to know why is the model state invalid. You can easily do that by debugging and seeing the list of errors.

    The second error should be a separate questions as I believe to be written in stackoverflow guidelines.

提交回复
热议问题