HttpCapabilitiesBase.RequiresHtmlAdaptiveErrorReporting Property
.NET Framework (current version)
Gets a value indicating whether the browser requires nonstandard error messages.
Assembly: System.Web (in System.Web.dll)
abstract RequiresHtmlAdaptiveErrorReporting : bool with get override RequiresHtmlAdaptiveErrorReporting : bool with get
Property Value
Type: System.Booleantrue if the browser requires nonstandard error messages; otherwise, false. The default is false.
If true, the browser does not properly render HTTP error messages. To correct this, server control adapters generate a custom error page for the browser.
.NET Framework
Available since 2.0
Available since 2.0
Show: