ContentDispositionOptions class
Options for Content-Disposition header.
public class ContentDispositionOptions
Public Members
name | description |
---|---|
ContentDispositionOptions() | Initializes a new instance of the ContentDispositionOptions class. |
FileName { get; set; } | Gets or sets the file name to use in the Content-Disposition header. |
Type { get; set; } | Gets or sets the type of Content-Disposition header to use. |
override ToString() | Returns the Content-Disposition header value as a string, based on the type and file name. |
See Also
- namespace Kestrun.Models