MimeMimeTypeExtension Method
Return a file extension corresponding to the specified MIME-type.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string MimeTypeExtension(
string mimeType
)
Public Shared Function MimeTypeExtension (
mimeType As String
) As String
No code example is currently available or this language may not be supported.
- mimeType String
-
MIME-type to represent.
String
Closest recognized file extension for the specified MIME-type.