ContentDispositionHeaderValue Class
ContentDispositionHeaderValue class
Represent Content-Disposition header value.
public class ContentDispositionHeaderValue
Constructors
Name | Description |
---|---|
ContentDispositionHeaderValue(string) | Create a new instance of this disposition type. |
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
- namespace Aspose.Html.Net.Headers
- assembly Aspose.HTML