ContentDispositionHeaderValue Class
Represent Content-Disposition header value.
public class ContentDispositionHeaderValue
Constructors
Properties
| Name | Description |
|---|
| [getDispositionType] | |
| [setDispositionType] Get or set disposition type | |
| [getFileName] | |
| [setFileName] The name of the stored file. | |
| [getName] | |
| [setName] The name for a content body part. | |
| getParameters Get collection of paremeters | |
Methods
| Name | Description |
|---|
| equals(object) | Determines whether the specified Object is equal to this instance. |
| toString() | Returns a String that represents this instance. |
See Also