LoginStatus.LoginImageUrl Property
.NET Framework 3.0
Gets or sets the URL of the image used for the login link.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual property String^ LoginImageUrl { String^ get (); void set (String^ value); }
/** @property */ public String get_LoginImageUrl () /** @property */ public void set_LoginImageUrl (String value)
public function get LoginImageUrl () : String public function set LoginImageUrl (value : String)
Not applicable.
Property Value
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.
Community Additions
ADD
Show: