IMimeDetector.resolveAlias

Get real name of mime type by alias.

interface IMimeDetector
const(char)[]
resolveAlias
(
const(char)[] aliasName
)

Return Value

Type: const(char)[]

Resolved mime type name or null if not found (or feature not implemented). Note: Implementer is not required to return aliasName itself if it's real name of mime type.

Meta