Click or drag to resize
MimeTypeHelperGetMimetype Method (String)
Gets the mimetype by extension.

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

Parameters

extension
Type: SystemString
Extension

Return Value

Type: String
See Also