How to bind to a PasswordBox in MVVM

前端 未结 30 2118
执念已碎
执念已碎 2020-11-22 11:50

I have come across a problem with binding to a PasswordBox. It seems it\'s a security risk but I am using the MVVM pattern so I wish to bypass this. I found som

30条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-22 12:38

    In windows universal app

    you can use this code with the property "Password" and binding with the modelView

     

提交回复
热议问题