This documentation is archived and is not being maintained.
HttpValidationStatus Enumeration
.NET Framework 1.1
Provides enumerated values that indicate cache validation status.
[Visual Basic] <Serializable> Public Enum HttpValidationStatus [C#] [Serializable] public enum HttpValidationStatus [C++] [Serializable] __value public enum HttpValidationStatus [JScript] public Serializable enum HttpValidationStatus
Members
| Member name | Description |
|---|---|
| IgnoreThisRequest | Indicates that the request is treated as a cache miss and the page is executed. The cache is not invalidated. |
| Invalid | Indicates that the cache is invalid. The item is evicted from the cache and the request is handled as a cache miss. |
| Valid | Indicates that the cache is valid. |
Requirements
Namespace: System.Web
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: