可能是因为某些安全问题,微软的PasswordBox控件的Password属性不能绑定。在只需要单向绑定时,可以用 Button的
Command="{Binding LoginCommad}" CommandParameter="{Binding ElementName=MyPasswordBox}"/>
就把PasswordBox传回ViewModel了
可能是因为某些安全问题,微软的PasswordBox控件的Password属性不能绑定。在只需要单向绑定时,可以用 Button的
Command="{Binding LoginCommad}" CommandParameter="{Binding ElementName=MyPasswordBox}"/>
就把PasswordBox传回ViewModel了