CustomErrorsSection.Mode Property
.NET Framework (current version)
Gets or sets the error display modality.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("mode", DefaultValue = CustomErrorsMode.RemoteOnly)] public CustomErrorsMode Mode { get; set; }
Property Value
Type: System.Web.Configuration.CustomErrorsModeOne of the CustomErrorsMode values. The default is RemoteOnly.
Specifies whether custom errors are enabled, disabled, or shown only to remote clients.
The following code example shows how to use the Mode property.
Refer to the code example in the CustomErrorsSection class topic to learn how to get the section.
.NET Framework
Available since 2.0
Available since 2.0
Show: