Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Struct: RT.Servers.HttpContentDisposition

Summary

Encapsulates the possible values of the Content-Disposition HTTP response header.

Static methods

HttpContentDisposition
Attachment(string filename = null)
Returns a value representing Content-Disposition: attachment, using the specified filename.

Instance fields

stringIf Mode is “Attachment”, contains the filename of the attachment.
HttpContentDispositionModeCurrently supports only one value (“Attachment”).