Click or drag to resize
MimeTypeHelperGetExtension Method (String)
Gets the extension by mime type.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetExtension(
	string mimetype
)

Parameters

mimetype
Type: SystemString
Mimetype

Return Value

Type: String
See Also