The ContentDisposition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ContentDisposition |
Initializes a new instance of the ContentDisposition class with
default values.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Attributes |
Additional attribute fields for specifying the name of a file, the creation
date and modification date, which can be used by the reader's mail user agent
to store the attachment.
|
![]() | Filename |
Contains the name of the transmitted file if the content-disposition is of type
"Attachment" and if the name value was provided as part of the header information.
This field may be empty.
|
![]() | Type |
The content disposition specifies the presentation style.
|