Table of Contents

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 = 2

The default path type is execute URL.

File = 1

The default path type is file.

Redirect = 3

The default path type is redirect.

Unknown = 0

The default path type is unknown.