MimeMimeTypeExtension Method

Return a file extension corresponding to the specified MIME-type.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static string MimeTypeExtension(
	string mimeType
)

Parameters

mimeType  String
MIME-type to represent.

Return Value

String
Closest recognized file extension for the specified MIME-type.

See Also