FormsAuthenticationConfiguration.LoginUrl Property
Gets or sets the redirection URL for the request.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("loginUrl", DefaultValue := "login.aspx")> <StringValidatorAttribute(MinLength := 1)> Public Property LoginUrl As String
Property Value
Type: System.StringThe URL the request is redirected to when the user is not authenticated. The default value is login.aspx.
The LoginUrl property specifies the redirection URL for the request when the user is not authenticated or when no valid authentication cookie exists.
The following code example shows how to access the LoginUrl. Refer to the code example in the FormsAuthenticationConfiguration class topic to learn how to get the section.
Available since 2.0
FormsAuthenticationConfiguration Class
System.Web.Configuration Namespace
authentication Element (ASP.NET Settings Schema)
forms Element for authentication (ASP.NET Settings Schema)
credentials Element for forms for authentication (ASP.NET Settings Schema)
ASP.NET Authentication
Forms Authentication Provider