System.Web.UI.WebControls.Login.LoginButtonCommandName Field

Represents the command name associated with the login button.

Syntax

public static readonly string LoginButtonCommandName

Remarks

Login.LoginButtonCommandName is a read-only field and the default value is "Login". This value is passed to the Login.OnBubbleEvent(object, EventArgs), and if the value is "Login", the control attempts to log in the current user.

Requirements

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