OutputCacheUtility.GetValidationCallbacks Method (HttpResponse)
Gets the cache policy validation callback information.
Assembly: System.Web (in System.Web.dll)
Public Shared Function GetValidationCallbacks ( response As HttpResponse ) As IEnumerable(Of KeyValuePair(Of HttpCacheValidateHandler, Object))
Parameters
- response
-
Type:
System.Web.HttpResponse
The response.
Return Value
Type: System.Collections.Generic.IEnumerable(Of KeyValuePair(Of HttpCacheValidateHandler, Object))The cache policy validation callback information.
.NET Framework
Available since 4.6.2
Available since 4.6.2
Show: