Declaration
public static HttpContentDisposition Attachment(
string filename = null
)
Summary
Returns a value representing Content-Disposition: attachment, using the specified filename.
Parameters
string | filename | If null, the "filename" part is omitted from the header. |