Enum IisHttpErrorResponseMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The response mode for HTTP errors.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisHttpErrorResponseMode
Fields
ExecuteUrl = 2The default path type is execute URL.
File = 1The default path type is file.
Redirect = 3The default path type is redirect.
Unknown = 0The default path type is unknown.