FormsAuthentication.LoginUrl Property
.NET Framework 3.0
Gets the URL for the login page that the FormsAuthentication class will redirect to.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The LoginUrl property value is set in the configuration file for an ASP.NET application by using the loginUrl attribute of the forms configuration element. The LoginUrl is used by the RedirectToLoginPage method.