System::Net::Http::Headers::ContentDispositionHeaderValue::set_FileName method
ContentDispositionHeaderValue::set_FileName 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)
Parameter | Type | Description |
---|---|---|
value | String | The value that will be set. |
See Also
- Class String
- Class ContentDispositionHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Font for C++