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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.