|
WebServerClientCacheEnabled Property
|
Gets or sets flag that determines if cache control is enabled for browser clients; default to true.
Namespace:
GSF.Web.Hosting
Assembly:
GSF.Web (in GSF.Web.dll) Version: 2.2.101-beta
Syntax public bool ClientCacheEnabled { get; set; }
Public Property ClientCacheEnabled As Boolean
Get
Set
public:
property bool ClientCacheEnabled {
bool get ();
void set (bool value);
}
member ClientCacheEnabled : bool with get, set
function get_ClientCacheEnabled();
function set_ClientCacheEnabled(value);
Request Example
View SourceProperty Value
Type:
BooleanSee Also