ContentDisposition.ContentDisposition

ContentDisposition()

Initializes a new instance of the ContentDisposition class.

public ContentDisposition()

See Also


ContentDisposition(string)

Initializes a new instance of the ContentDisposition class.

public ContentDisposition(string disposition)
ParameterTypeDescription
dispositionStringA value that contains the disposition.

See Also