CustomErrorsSection.RedirectMode Property
.NET Framework (current version)
Gets or sets a value that indicates whether the URL of the request should be changed when the user is redirected to a custom error page.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("redirectMode", DefaultValue := CustomErrorsRedirectMode.ResponseRedirect)> Public Property RedirectMode As CustomErrorsRedirectMode
Property Value
Type: System.Web.Configuration.CustomErrorsRedirectModeA value that indicates whether the URL is changed when the user is redirected to the custom error page. The default value is ResponseRedirect.
If the RedirectMode property is set to ResponseRedirect, the user is redirected to the error page and the original URL is changed to the URL of the error page. If the RedirectMode property is set to ResponseRewrite, the user is sent to error page and the original URL in the browser is not changed.
.NET Framework
Available since 2.0
Available since 2.0
Show: