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