Remote Validation in ASP.Net MVC 3: How to use AdditionalFields in Action Method

前端 未结 3 996
慢半拍i
慢半拍i 2020-11-28 07:26

I\'ve been using the new ASP.Net MVC 3 RemoteAttribute to send a remote call to an action method that had a single parameter. Now I want to pass in a second parameter using

3条回答
  •  遥遥无期
    2020-11-28 08:01

    function IsEmailAvailable(string email, string initialEmail) param email should as Email which exactly same as Property Email.

提交回复
热议问题