Http content to browser.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum HttpContentType
Public Enumeration HttpContentType
public enum class HttpContentType
type HttpContentType
Members
| Member | Value | Description |
|---|---|---|
| InBrowser | 0 |
LoadFromStream directly in browser.
|
| Attachment | 1 |
SaveToFile as attachment to the disk.
|