ContentDispositionType enumeration

Specifies the type of Content-Disposition header to use in the HTTP response.

public enum ContentDispositionType

Values

name value description
Attachment 0 Indicates that the content should be downloaded as an attachment.
Inline 1 Indicates that the content should be displayed inline in the browser.
NoContentDisposition 2 Indicates that no Content-Disposition header should be set.

See Also