The CacheControlNoCache property specifies the HTTP 1.1 directive to prevent caching of content.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property CacheControlNoCache As Boolean |
C# |
---|
public bool CacheControlNoCache { get; set; } |
C++ |
---|
public property bool CacheControlNoCache sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_CacheControlNoCache(); /** property */ public void set_CacheControlNoCache(bool value); |
JScript |
---|
public function get CacheControlNoCache() : bool public function set CacheControlNoCache(value : bool); |
Property Value
Value indicating if CacheControlNoCache is enabled or disabled.
See Also
Documentation version 1.0.0.0.