Show / Hide Table of Contents

Class MimeTypes.Image

Inheritance
object
MimeTypes.Image
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Http
Assembly: Volo.Abp.Core.dll
Syntax
public static class MimeTypes.Image

Fields

Bmp

Declaration
public const string Bmp = "image/bmp"
Field Value
Type Description
string

Gif

Declaration
public const string Gif = "image/gif"
Field Value
Type Description
string

Jpeg

Declaration
public const string Jpeg = "image/jpeg"
Field Value
Type Description
string

Png

Declaration
public const string Png = "image/png"
Field Value
Type Description
string

SvgXml

Declaration
public const string SvgXml = "image/svg+xml"
Field Value
Type Description
string

Tiff

Declaration
public const string Tiff = "image/tiff"
Field Value
Type Description
string

Webp

Declaration
public const string Webp = "image/webp"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform