Main Content

matlab.net.http.field.ContentDispositionField 클래스

네임스페이스: matlab.net.http.field
슈퍼클래스: matlab.net.http.field.GenericParameterizedField

HTTP Content-Disposition 헤더 필드

설명

ContentDispositionField 객체를 사용하여 multipart 양식 요청에 흔히 사용되는 Content-Disposition 헤더 필드를 지정합니다.

클래스 특성

Sealed
true

클래스 특성에 대한 자세한 내용은 클래스 특성 항목을 참조하십시오.

생성

설명

obj = matlab.net.http.field.ContentDispositionField(value)Value 속성이 value로 설정된 Content-Disposition 헤더 필드를 생성합니다.

속성

모두 확장

헤더 필드 이름으로, 'Content-Disposition'으로 지정됩니다.

특성:

GetAccess
public
SetAccess
public

미디어 형식으로, 단일 matlab.net.http.MediaType 객체로 지정되거나 MediaType 생성자에 허용되는 string형으로 지정됩니다. 이 값은 품질 'q' 파라미터를 포함하면 안 됩니다.

특성:

GetAccess
public
SetAccess
public
Dependent
true

메서드

모두 확장

버전 내역

R2018a에 개발됨

참고 항목