HttpCachePolicyBase::SetAllowResponseInBrowserHistory Method (Boolean)

 

When overridden in a derived class, makes the response available in the browser history cache, regardless of the HttpCacheability setting made on the server.

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

public:
virtual void SetAllowResponseInBrowserHistory(
	bool allow
)

Parameters

allow
Type: System::Boolean

true to direct the client browser to store responses in the browser history cache; otherwise false.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: