Main Content

matlab.net.http.field.ContentDispositionField Class

Namespace: matlab.net.http.field
Superclasses: matlab.net.http.field.GenericParameterizedField

HTTP Content-Disposition header field

Description

Use a ContentDispositionField object to specify a Content-Disposition header field, which is commonly used in multipart form requests.

Class Attributes

Sealed
true

For information on class attributes, see Class Attributes.

Creation

Description

obj = matlab.net.http.field.ContentDispositionField(value) creates a Content-Disposition header field with the Value property set to value.

Properties

expand all

Header field name, specified as 'Content-Disposition'.

Attributes:

GetAccess
public
SetAccess
public

Media type specified as a single matlab.net.http.MediaType object or string acceptable to the MediaType constructor. The value must not contain a quality 'q' parameter.

Attributes:

GetAccess
public
SetAccess
public
Dependent
true

Methods

expand all

Version History

Introduced in R2018a

See Also