Monday, April 17, 2023

Introduction To ASP.NET MVC Model Binding

 ASP.net MVC provides various options to map the http request (browser request or form data) view’s data to model properties via controller action method.

  1. Form Collection
  2. Model binding


Model Binding:

Model class create krte h then pass the parameter to the Action method.


No comments:

Post a Comment