ContentDispositionHeaderValue Class
Represent Content-Disposition header value.
public class ContentDispositionHeaderValue
Constructors
Properties
| Name | Description |
|---|
| DispositionType { get; set; } | Get or set disposition type |
| FileName { get; set; } | The name of the stored file. |
| Name { get; set; } | The name for a content body part. |
| Parameters { get; } | Get collection of paremeters |
Methods
| Name | Description |
|---|
| override Equals(object) | Determines whether the specified Object is equal to this instance. |
| override ToString() | Returns a String that represents this instance. |
See Also