PasswordBox with MVVM

前端 未结 5 946
情深已故
情深已故 2020-12-16 11:59

Hi people stackoverflow. I\'m working with MVVM, I have ViewModel call UserViewModel with a Property Password. In the View have a control P

5条回答
  •  抹茶落季
    2020-12-16 12:26

    Check another thread on password box. Its better not to keep the password on any DP or public property.

    Other thread on passwordbox

提交回复
热议问题