Subscriber portal
Gets or sets the URL of the image used for the login link.
abstract LoginImageUrl : string with get, set override LoginImageUrl : string with get, set
A string containing the URL of the image used for the login link. The default is Empty.
The LoginImageUrl property contains the location of the image used for the login link. The LoginText property is used as the alternative text for the image.
If LoginImageUrl is empty, the LoginText property is rendered as the link.
The following code example shows how to set the LoginImageUrl property to a specific image.
LoginTextLoginStatus ClassSystem.Web.UI.WebControls NamespaceASP.NET Login Controls Overview