System::Net::Http::Headers::ContentDispositionHeaderValue::set_Name method

ContentDispositionHeaderValue::set_Name method

Sets a name for a part of the content body.

void System::Net::Http::Headers::ContentDispositionHeaderValue::set_Name(String value)
ParameterTypeDescription
valueStringThe value that will be set.

See Also