BundleResponse.Cacheability Property

Gets or sets a value that is used to set the Cache-Control HTTP header.

Namespace:  System.Web.Optimization
Assembly:  System.Web.Optimization (in System.Web.Optimization.dll)

Syntax

'Declaration
Public Property Cacheability As HttpCacheability 
    Get 
    Set
'Usage
Dim instance As BundleResponse 
Dim value As HttpCacheability 

value = instance.Cacheability

instance.Cacheability = value
public HttpCacheability Cacheability { get; set; }
public:
property HttpCacheability Cacheability {
    HttpCacheability get ();
    void set (HttpCacheability value);
}
member Cacheability : HttpCacheability with get, set
function get Cacheability () : HttpCacheability 
function set Cacheability (value : HttpCacheability)

Property Value

Type: System.Web.HttpCacheability
A value that is used to set the Cache-Control HTTP header.

See Also

Reference

BundleResponse Class

System.Web.Optimization Namespace