This documentation is archived and is not being maintained.

CustomErrorsSection::RedirectMode Property

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.

Namespace:  System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[ConfigurationPropertyAttribute(L"redirectMode", DefaultValue = CustomErrorsRedirectMode::ResponseRedirect)]
public:
property CustomErrorsRedirectMode RedirectMode {
	CustomErrorsRedirectMode get ();
	void set (CustomErrorsRedirectMode value);
}

Property Value

Type: System.Web.Configuration::CustomErrorsRedirectMode
A 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

Supported in: 4, 3.5 SP1, 3.0 SP2, 2.0 SP2

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: