Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: HttpContentDisposition Attachment(string)

Declaration

public static HttpContentDisposition Attachment(
    string filename = null
)

Summary

Returns a value representing Content-Disposition: attachment, using the specified filename.

Parameters

stringfilenameIf null, the "filename" part is omitted from the header.