System::Net::Http::Headers::HttpContentHeaders::set_ContentDisposition method

HttpContentHeaders::set_ContentDisposition method

Sets a value of the ‘Content-Disposition’ header.

void System::Net::Http::Headers::HttpContentHeaders::set_ContentDisposition(System::SharedPtr<ContentDispositionHeaderValue> value)
ParameterTypeDescription
valueSystem::SharedPtr<ContentDispositionHeaderValue>The value that will be set.

See Also