CreateVirtualDirectory.

CacheControlNoCache Property

Summary

Specifies whether the HTTP 1.1 directive to prevent caching of content should be sent to clients. The default is false.

Syntax

[TaskAttribute("cachecontrolnocache"), IisProperty]
public bool CacheControlNoCache { get; set; }

Attributes

Type Description
TaskAttribute
CreateVirtualDirectory.IisPropertyAttribute

Value

Type Description
bool