set_FileName()

ContentDispositionHeaderValue::set_FileName(String) method

Sets a value that determines how to construct a filename for storing the message payload. It is used when the entity is detached and stored in a separate file.

void System::Net::Http::Headers::ContentDispositionHeaderValue::set_FileName(String value)

Arguments

ParameterTypeDescription
valueStringThe value that will be set.

See Also