System.Web.Configuration.FormsAuthenticationConfiguration.DefaultUrl Property

Gets or sets the default URL.

Syntax

[System.Configuration.ConfigurationProperty("defaultUrl", DefaultValue="default.aspx")]
[System.Configuration.StringValidator(MinLength=1)]
public string DefaultUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The FormsAuthenticationConfiguration.DefaultUrl is used if the user accesses the login page directly or if a return URL is not provided.

Requirements

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