ContentDisposition
ContentDisposition class
Represents a Content-Disposition header.
public class ContentDisposition
Constructors
Properties
Name |
Description |
CreationDate { get; set; } |
Gets or sets the creation date. |
DispositionType { get; set; } |
Gets or sets the type of the disposition. |
FileName { get; set; } |
Gets or sets the file name for an attachment. |
Inline { get; set; } |
Gets or sets a value that determines the disposition type. |
ModificationDate { get; set; } |
Gets or sets the modification date. |
Parameters { get; } |
Gets the parameters. |
ReadDate { get; set; } |
Gets or sets the read date. |
Size { get; set; } |
Gets or sets the size of a file attachment. |
Methods
Name |
Description |
override Equals(object) |
Determines whether the specified Object is equal to this instance. |
override GetHashCode() |
Returns a hash code for this instance. |
override ToString() |
Returns a String that represents this instance. |
See Also