TextBox.Password 属性

定义

获取或设置一个值,该值指示是否必须将输入作为密码处理并在目标设备上屏蔽字符。 默认值是 false。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 property bool Password { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(true)]
public bool Password { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(true)>]
member this.Password : bool with get, set
Public Property Password As Boolean

属性值

如果必须将输入作为密码处理,则为 true;否则为 false

属性

注解

星号是用于屏蔽密码的典型字符。

注意

Password 属性设置为 true 不会在传输过程中加密或保护密码字符串。

适用于

另请参阅