set_ContentDisposition()

HttpContentHeaders::set_ContentDisposition(System::SharedPtr<ContentDispositionHeaderValue>) method

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

void System::Net::Http::Headers::HttpContentHeaders::set_ContentDisposition(System::SharedPtr<ContentDispositionHeaderValue> value)

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<ContentDispositionHeaderValue>The value that will be set.

See Also