FormsAuthenticationConfiguration.DefaultUrl Property
.NET Framework 2.0
Gets or sets the default URL.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_DefaultUrl () /** @property */ public void set_DefaultUrl (String value)
public function get DefaultUrl () : String public function set DefaultUrl (value : String)
Not applicable.
Property Value
The URL to which to redirect the request after authentication. The default value is default.aspx.The following code example shows how to access the DefaultUrl. Refer to the code example in the FormsAuthenticationConfiguration class topic to learn how to get the section.