System.Web.UI.WebControls.LoginFailureAction Enumeration

Determines the page that the user will go to when a login attempt is not successful.

Syntax

public enum LoginFailureAction

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
RedirectToLoginPage

Redirects the user to the login page defined in the site's configuration files (Machine.config and Web.config).

Refresh

Refreshes the current page so that the System.Web.UI.WebControls.Login control can display an error message.

Requirements

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