ObjectWrap.getContentTypeParameter

Gets the value of the content-type param name set on the MIME part object.

class ObjectWrap
string
getContentTypeParameter
(
string name
)

Parameters

name string

param name

Return Value

Type: string

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