CustomErrorsRedirectMode Enumeration
.NET Framework (current version)
Specifies values for how the URL of the original request is handled when a custom error page is displayed.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| ResponseRedirect | Display the error page and change the URL of the original request. | |
| ResponseRewrite | Display the error page without changing the original URL. |
You use the CustomErrorsRedirectMode values when you set the RedirectMode property.
.NET Framework
Available since 2.0
Available since 2.0
Show: