Compare password and confirm password in ASP.Net MVC

后端 未结 6 1051
遥遥无期
遥遥无期 2021-02-07 06:32

Is it possible to compare confirm password textbox\'s text with @Html.PasswordFor(model=>model.Password)?

@using (Html.BeginForm())
{
    

        
6条回答
  •  南方客
    南方客 (楼主)
    2021-02-07 06:42

    Just tried [Compare("field_to_compare")] and it also works in MVC 5.

提交回复
热议问题