ContentDisposition.FileName

ContentDisposition.FileName property

Gets or sets the file name for an attachment.

public string FileName { get; set; }

Property Value

The name of the file.

See Also