ChangePassword.HelpPageIconUrl Propriedade
Definição
Obtém ou define a URL de uma imagem a ser exibida ao lado da página de ajuda de Alterar Senha para o site.Gets or sets the URL of an image to display next to the Change Password help page for the Web site.
public:
virtual property System::String ^ HelpPageIconUrl { System::String ^ get(); void set(System::String ^ value); };
public virtual string HelpPageIconUrl { get; set; }
member this.HelpPageIconUrl : string with get, set
Public Overridable Property HelpPageIconUrl As String
Valor da propriedade
A URL da imagem a ser exibida ao lado da página de ajuda alterar senha do site.The URL of the image to display next to the Change Password help page for the Web site. O padrão é Empty.The default is Empty.
Aplica-se a
Confira também
- HelpPageText
- HelpPageUrl
- Visão geral dos controles de logon do ASP.NETASP.NET Login Controls Overview
- Personalizando a aparência e o comportamento dos controles de logon ASP.NETCustomizing Appearance and Behavior of the ASP.NET Login Controls
- Modelos de controles de servidor Web ASP.NETASP.NET Web Server Controls Templates
- Como: exibir informações diferentes para usuários anônimos e conectadosHow to: Display Different Information to Anonymous and Logged In Users
- Guia Segurança da ferramenta de administração de siteWeb Site Administration Tool Security Tab