ContentDisposition.setParameter

Sets a parameter on the Content-Disposition.

Note: The name should be in US-ASCII while the value should be in UTF-8.

class ContentDisposition
void
setParameter
(
string name
,
string value
)

Parameters

name string

parameter name

value string

parameter value