|
WebServerOptionsClientCacheEnabled Property
|
Gets or sets flag that determines if cache control is enabled for browser clients; default to true.
Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-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);
View SourceProperty Value
BooleanSee Also