HttpCachePolicyWrapper::SetAllowResponseInBrowserHistory Method (Boolean)

 

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
) override

Parameters

allow
Type: System::Boolean

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

.NET Framework
Available since 3.5
Return to top
Show: