ObjectWrap.getContentDispositionParameter

Gets the value of the Content-Disposition parameter specified by name, or null if the parameter does not exist.

class ObjectWrap
string
getContentDispositionParameter
(
string name
)

Parameters

name string

parameter name

Return Value

Type: string

the value of the requested content-disposition param or null if the param doesn't exist. If the param is set, the returned string will be in UTF-8.