This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Enumeration containing the possisble values for the HTTP Content-Disposition header.
Namespace: Smartsite.Web
Assembly: Smartsite.Web (in Smartsite.Web.dll)
Syntax
C# | Copy Code |
---|---|
public enum ContentDisposition |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Enumeration ContentDisposition |
Members
Member name | Description | |
---|---|---|
Inline |
Content Disposition "Inline" tells the browser to show the attachment inside the browser window.
| |
Attachment |
Content Disposition "Attachment" tells the browser to show a "Save As" dialog for the attachment.
|
Remarks
See http://www.ietf.org/rfc/rfc1806.txt
See Also
Smartsite.Web Namespace