How does the ASP.NET MVC UpdateModel() method work?

后端 未结 3 1153
时光取名叫无心
时光取名叫无心 2020-12-28 14:01

I\'m working on my first .NET MVC application and using the NerdDinner tutorial as a reference point. One point that is intriguing me at the moment is the UpdateModel(

3条回答
  •  清酒与你
    2020-12-28 14:32

    It does inspect all the HttpRequest inputs such as Form, QueryString, Cookies and Server variables. I think in this order.

提交回复
热议问题