HttpCachePolicyBase::AppendCacheExtension Method (String^)

 

When overridden in a derived class, 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
)

Parameters

extension
Type: System::String^

The text to append to the Cache-Control header.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: