System.Web.UI.WebControls.Login.LoginButtonImageUrl Property

Gets or sets the URL of an image to use for the login button.

Syntax

[System.Web.UI.UrlProperty]
[System.ComponentModel.Editor("System.Web.UI.Design.ImageUrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.DefaultValue("")]
public virtual string LoginButtonImageUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Login.LoginButtonImageUrl property contains the URL of the image rendered as the System.Web.UI.WebControls.Login control login button when the Login.LoginButtonType property is set to ButtonType.Image.

The Login.LoginButtonText property is used as the alternative text for the image in browsers that do not display images.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0