1 write to handler
System.Web (1)
HttpCachePolicy.cs (1)
161this.handler = handler;
4 references to handler
System.Web (4)
HttpCachePolicy.cs (3)
315HttpCacheValidateHandler handler = _validationCallbackInfo[i].handler; 422|| !info.handler.Method.IsStatic) { 642settings.ValidationCallbackInfo[i].handler,
OutputCacheModule.cs (1)
823callbackInfo.handler(context, callbackInfo.data, ref validationStatus);