Enum ContentDisposition
Represents the different options when downloading a file.
Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke.dll
Syntax
public enum ContentDisposition : int
Fields
Name | Description |
---|---|
Attachment | The browser will display a dialog to allow the user to save or view the document. |
Inline | The document will be displayed automatically. |