3 writes to CacheControl
System.Web (2)
Abstractions\HttpResponseWrapper.cs (1)
59
_httpResponse.
CacheControl
= value;
Util\AspCompat.cs (1)
754
_context.Response.
CacheControl
= cacheControl;
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
88
_httpResponse.
CacheControl
= value;
3 references to CacheControl
System.Web (2)
Abstractions\HttpResponseWrapper.cs (1)
56
return _httpResponse.
CacheControl
;
Util\AspCompat.cs (1)
750
return _context.Response.
CacheControl
;
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
85
return _httpResponse.
CacheControl
;