set_FileNameStar()

ContentDispositionHeaderValue::set_FileNameStar(String) 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)

Arguments

ParameterTypeDescription
valueStringThe value that will be set.

See Also