Main Content

matlab.net.http.field.ContentDispositionField class

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

HTTP Content-Disposition header field

Description

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

Class Attributes

Sealed
true

For information on class attributes, seeClass Attributes.

Creation

Description

obj = matlab.net.http.field.ContentDispositionField(value)creates a Content-Disposition header field with theValueproperty set tovalue.

Properties

expand all

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

Attributes:

GetAccess
public
SetAccess
public

Media type specified as a singlematlab.net.http.MediaTypeobject or string acceptable to theMediaTypeconstructor. The value must not contain a quality'q'parameter.

Attributes:

GetAccess
public
SetAccess
public
Dependent
true

Methods

expand all

版本历史

Introduced in R2018a

See Also