FormsAuthentication.DefaultUrl Property
.NET Framework 3.0
Gets the URL that the FormsAuthentication class will redirect to if no redirect URL is specified.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The DefaultUrl property value is set in the configuration file for an ASP.NET application by using the defaultUrl attribute of the forms configuration element. The DefaultUrl property is used by the RedirectFromLoginPage method if no return URL is included in the request. Similarly, the GetRedirectUrl method will return the DefaultUrl if no return URL is included in the request.
Community Additions
ADD
Show: