Table of Contents

Enum IisHttpResponseHeaderCacheControlMode

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The cache control mode HTTP response header.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisHttpResponseHeaderCacheControlMode

Fields

DisableCache = 2

The cache control mode is to disable cache.

NoControl = 1

The cache control mode is no control.

Unknown = 0

The cache control mode is unknown.

UseExpires = 3

The cache control mode is to set use the date set in the httpExpires attribute.

UseMaxAge = 4

The cache control mode is to set a maximum age.