Represent content type by file name resolver.

Namespace: Mediachase.FileUploader
Assembly:  Mediachase.FileUploader (in Mediachase.FileUploader.dll)

Syntax

C#
public static class ContentType
Visual Basic (Declaration)
Public NotInheritable Class ContentType

Remarks

Sometime Web Browser doesn't send file content type. ContentType static class uses to resolve content type by file name.

Inheritance Hierarchy

System..::Object
  Mediachase.FileUploader..::ContentType

See Also