CustomErrorsSection.DefaultRedirect Property

Definition

Gets or sets the default URL for redirection.

C#
[System.Configuration.ConfigurationProperty("defaultRedirect")]
public string DefaultRedirect { get; set; }

Property Value

The default URL to which the application is redirected when an error occurs.

Attributes

Exceptions

The DefaultRedirect property is null. This is the default.

Examples

The following code example shows how to use the DefaultRedirect property.

Refer to the code example in the CustomErrorsSection class topic to learn how to get the section.

C#
// Get the currentDefaultRedirect
string currentDefaultRedirect = 
    customErrorsSection.DefaultRedirect;

Remarks

If the DefaultRedirect is not specified, a standard error is displayed instead. The DefaultRedirect specifies the generic error page to activate in case no error custom page exists.

Napomena

The URL might be an absolute or a relative value. A relative URL is relative to the Web.config file that specified the DefaultRedirect, not to the Web page in which the error occurred. A relative URL starting with a tilde (~) is relative to the root path of the application.

Applies to

Proizvod Verzije
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1