Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 8933521

Browse files
committed
Add ImageSvg MimeType
1 parent eb31ea9 commit 8933521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ServiceStack.Text/HttpUtils.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,6 +1148,7 @@ public static class MimeTypes
11481148
public const string ImagePng = "image/png";
11491149
public const string ImageGif = "image/gif";
11501150
public const string ImageJpg = "image/jpeg";
1151+
public const string ImageSvg = "image/svg+xml";
11511152

11521153
public const string Bson = "application/bson";
11531154
public const string Binary = "application/octet-stream";

0 commit comments

Comments
 (0)