ContentDisposition enumeration

ContentDisposition enumeration

Enumerates different ways of presenting the document at the client browser.

Note that the actual behavior on the client browser might be affected by security configuration of the browser.

Members

NameDescription
ATTACHMENTSend the document to the browser and present an option to save the document to disk or open in the application associated with the document’s extension.
INLINESend the document to the browser and presents an option to save the document to disk or open inside the browser.

See Also