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
[getDispositionType]
[setDispositionType] Get or set disposition type
[getFileName]
[setFileName] The name of the stored file.
[getName]
[setName] The name for a content body part.
getParameters Get collection of paremeters

Methods

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

See Also