Table of Contents

Class MimeTypes

Namespace
SunamoValues.Values
Assembly
SunamoValues.dll

MIME type mappings between file extensions and content types. Must be in NS due to another MimeTypes is in TurnerSoftware.SitemapTools.web.

public static class MimeTypes
Inheritance
MimeTypes
Inherited Members

Methods

ForExtension(string)

Returns the MIME type for the specified file extension.

public static string ForExtension(string extension)

Parameters

extension string

The file extension (including the dot).

Returns

string

The corresponding MIME type string.