System::Net::Http::Headers::ContentDispositionHeaderValue::set_FileNameStar method

ContentDispositionHeaderValue::set_FileNameStar method

Sets a value that determines how to construct filenames for storing the message payload. It is used when the entities are detached and stored in separate files.

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

See Also