Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpResponse::RemoveOutputCacheItem Method (String^, String^)

.NET Framework (current version)
 

Uses the specified output-cache provider to remove all output-cache items that are associated with the specified path.

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

public:
static void RemoveOutputCacheItem(
	String^ path,
	String^ providerName
)

Parameters

path
Type: System::String^

The virtual absolute path of the items that are removed from the cache.

providerName
Type: System::String^

The provider that is used to remove the output-cache artifacts that are associated with the specified path.

Exception Condition
ArgumentNullException

path is null.

ArgumentException

path is an invalid path.

Call this method to remove output-cache items that are associated with the custom output-cache providers that are specified in the Web site configuration file. To remove output-cache items that are associated with the default output-cache provider, call the RemoveOutputCacheItem(String^) method overload.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft