Summary
Encapsulates the possible values of the Content-Disposition HTTP response header.
Static methods
| HttpContentDisposition | | Returns a value representing Content-Disposition: attachment, using the specified filename. |
Instance fields
| string | | If Mode is “Attachment”, contains the filename of the attachment. |
| HttpContentDispositionMode | | Currently supports only one value (“Attachment”). |