HttpCachePolicyWrapper(HttpCachePolicy) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the HttpCachePolicyWrapper class.
public:
HttpCachePolicyWrapper(System::Web::HttpCachePolicy ^ httpCachePolicy);
public HttpCachePolicyWrapper (System.Web.HttpCachePolicy httpCachePolicy);
new System.Web.HttpCachePolicyWrapper : System.Web.HttpCachePolicy -> System.Web.HttpCachePolicyWrapper
Public Sub New (httpCachePolicy As HttpCachePolicy)
Parameters
- httpCachePolicy
- HttpCachePolicy
The object that this wrapper class provides access to.
Exceptions
httpCachePolicy
is null
.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.