Name

HttpValidationStatus

Synopsis

This enumeration is used by the HttpCacheValidateHandler delegate. It allows you to specify whether a cached page should remain valid or be invalidated (and then recreated).

Public Enum HttpValidationStatus
                  Invalid = 1
                  IgnoreThisRequest = 2
                  Valid = 3
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) HttpValidationStatus

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.