ContentDispositionHeaderValue Properties
.NET Framework (current version)
Namespace:
System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
| Name | Description | |
|---|---|---|
![]() | CreationDate | The date at which the file was created. |
![]() | DispositionType | The disposition type for a content body part. |
![]() | FileName | A suggestion for how to construct a filename for storing the message payload to be used if the entity is detached and stored in a separate file. |
![]() | FileNameStar | A suggestion for how to construct filenames for storing message payloads to be used if the entities are detached and stored in a separate files. |
![]() | ModificationDate | The date at which the file was last modified. |
![]() | Name | The name for a content body part. |
![]() | Parameters | A set of parameters included the Content-Disposition header. |
![]() | ReadDate | The date the file was last read. |
![]() | Size | The approximate size, in bytes, of the file. |
Show:
