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)
56return _httpResponse.CacheControl;
Util\AspCompat.cs (1)
750return _context.Response.CacheControl;
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
85return _httpResponse.CacheControl;