contentDisposition property

HeaderValue contentDisposition
final

The parsed Content-Disposition header value.

This field is always present. Use this to extract e.g. name (form field name) and filename (client provided name of uploaded file) parameters.

Implementation

final HeaderValue contentDisposition;