Represents the different options when downloading a file.
Namespace: DotNetNuke.Services.FileSystemAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public enum ContentDisposition |
| Visual Basic |
|---|
Public Enumeration ContentDisposition |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Attachment | 0 | The browser will display a dialog to allow the user to save or view the document. | |
| Inline | 1 | The document will be displayed automatically. |