set_CacheControl()

HttpResponseHeaders::set_CacheControl(System::SharedPtr<CacheControlHeaderValue>) method

Sets a value of the ‘Cache-Control’ header.

void System::Net::Http::Headers::HttpResponseHeaders::set_CacheControl(System::SharedPtr<CacheControlHeaderValue> value)

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<CacheControlHeaderValue>The value that must be set.

See Also