ContentType.getParameter

Gets the parameter value specified by name if it's available.

class ContentType
string
getParameter
(
string name
)

Parameters

name string

parameter name (aka attribute)

Return Value

Type: string

the value of the requested parameter or null if the parameter is not set. If the parameter is set, the returned string will be in UTF-8.