ContentDispositionHeaderValue Class

ContentDispositionHeaderValue class

Represent Content-Disposition header value.

public class ContentDispositionHeaderValue

Constructors

NameDescription
ContentDispositionHeaderValue(string)Create a new instance of this disposition type.

Properties

NameDescription
DispositionType { get; set; }Get or set disposition type
FileName { get; set; }The name of the stored file.
Name { get; set; }The name for a content body part.
Parameters { get; }Get collection of paremeters

Methods

NameDescription
override Equals(object)Determines whether the specified Object is equal to this instance.
override ToString()Returns a String that represents this instance.

See Also