HttpCachePolicyWrapper::AppendCacheExtension Method (String^)

 

Appends the specified text to the Cache-Control HTTP header.

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

public:
virtual void AppendCacheExtension(
	String^ extension
) override

Parameters

extension
Type: System::String^

The text to append to the Cache-Control header.

Exception Condition
ArgumentNullException

extension is null.

.NET Framework
Available since 3.5
Return to top
Show: