Class HttpContentDisposition
Specifies options to stream content to browser.
Inheritance
System.Object
HttpContentDisposition
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class HttpContentDisposition : Enum
Fields
Attachment
Save document as attachment to the disk.
Declaration
public const HttpContentDisposition Attachment
Field Value
Type |
---|
HttpContentDisposition |
InBrowser
Open document directly in browser.
Declaration
public const HttpContentDisposition InBrowser
Field Value
Type |
---|
HttpContentDisposition |