System.Web.Configuration.FormsAuthenticationConfiguration.LoginUrl Property

Gets or sets the redirection URL for the request.

Syntax

[System.Configuration.ConfigurationProperty("loginUrl", DefaultValue="login.aspx")]
[System.Configuration.StringValidator(MinLength=1)]
public string LoginUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The FormsAuthenticationConfiguration.LoginUrl property specifies the redirection URL for the request when the user is not authenticated or when no valid authentication cookie exists.

Requirements

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