In ASP.net MVC using the following snippet we can send the change password data to a controller. In the controller we can cast the posted data as ChangepasswordReq object and we can do our business. Now I am looking for the equivalent of this in In ASP.net MVC using the following snippet we c