HttpValidationStatus

HttpValidationStatusserializable

System.Web (system.web.dll)enum

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
}

Hierarchy

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

Passed To

HttpCacheValidateHandler.{BeginInvoke( ), EndInvoke( ), Invoke( )}



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace