HttpCachePolicyElement::PolicyLevel Property
.NET Framework (current version)
Gets or sets HTTP caching behavior for the local machine.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("policyLevel", IsRequired = true, DefaultValue = HttpRequestCacheLevel::Default)] property HttpRequestCacheLevel PolicyLevel { HttpRequestCacheLevel get(); void set(HttpRequestCacheLevel value); }
Property Value
Type: System.Net.Cache::HttpRequestCacheLevelA HttpRequestCacheLevel value that specifies the cache behavior.
Applications typically use Default as their cache policy level. The CachePolicy property, if not null, determines the cache policy in effect for a request.
.NET Framework
Available since 2.0
Available since 2.0
Show: