ChangePassword.PasswordRecoveryText 属性
定义
获取或设置链接的文本,该链接指向含有 PasswordRecovery 控件的网页。Gets or sets the text of the link to the Web page that contains the PasswordRecovery control.
public:
virtual property System::String ^ PasswordRecoveryText { System::String ^ get(); void set(System::String ^ value); };
public virtual string PasswordRecoveryText { get; set; }
member this.PasswordRecoveryText : string with get, set
Public Overridable Property PasswordRecoveryText As String
属性值
为指向含有 PasswordRecovery 控件的网页的链接显示的文本。The text to display for the link to the Web page that contains the PasswordRecovery control. 默认值为 Empty。The default is Empty.
注解
设置此属性后,可以使用设计器工具自动将此属性的值保存到资源文件中。The value of this property, when set, can be saved automatically to a resource file by using a designer tool. 有关详细信息,请参阅 LocalizableAttribute 和 全球化和本地化。For more information, see LocalizableAttribute and Globalization and Localization.
适用于
另请参阅
- PasswordRecoveryIconUrl
- PasswordRecoveryUrl
- ASP.NET 登录控件概述ASP.NET Login Controls Overview
- 自定义 ASP.NET 登录控件的外观和行为Customizing Appearance and Behavior of the ASP.NET Login Controls
- ASP.NET Web 服务器控件模板ASP.NET Web Server Controls Templates
- 如何:向匿名用户和已登录的用户显示不同的信息How to: Display Different Information to Anonymous and Logged In Users
- 网站管理工具的 "安全" 选项卡Web Site Administration Tool Security Tab