HttpCachePolicyWrapper Constructor (HttpCachePolicy)

 

Initializes a new instance of the HttpCachePolicyWrapper class.

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

new : 
        httpCachePolicy:HttpCachePolicy -> HttpCachePolicyWrapper

Parameters

httpCachePolicy
Type: System.Web.HttpCachePolicy

The object that this wrapper class provides access to.

Exception Condition
ArgumentNullException

httpCachePolicy is null.

.NET Framework
Available since 3.5
Return to top
Show: