OutputCacheUtility::GetValidationCallbacks Method (HttpResponse^)

 

Gets the cache policy validation callback information.

Namespace:   System.Web.Caching
Assembly:  System.Web (in System.Web.dll)

public:
static IEnumerable<KeyValuePair<HttpCacheValidateHandler^, Object^>>^ GetValidationCallbacks(
	HttpResponse^ response
)

Parameters

response
Type: System.Web::HttpResponse^

The response.

Return Value

Type: System.Collections.Generic::IEnumerable<KeyValuePair<HttpCacheValidateHandler^, Object^>>^

The cache policy validation callback information.

.NET Framework
Available since 4.6.2
Return to top
Show: