Field ContentDisposition
The HTTP Content-Disposition header.
Indicates if the content should be displayed inline in the browser or treated as an attachment to be downloaded.
public const string ContentDisposition = "Content-Disposition"
Returns
- string
- The HTTP Content-Disposition header. Indicates if the content should be displayed inline in the browser or treated as an attachment to be downloaded.