ShopToolsUtilMimeType Method

Return the MIME-type associated with the specified extension.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static string MimeType(
	string extension
)

Parameters

extension  String
File extension to associate.

Return Value

String
MIME-type associated with the specified file extension.

See Also