문제

What image file types does WebMatrix's WebImage Helper support, when using WebImage.GetImageFromRequest();?

I have looked here: http://msdn.microsoft.com/en-us/library/system.web.helpers.webimage.getimagefromrequest(v=vs.111).aspx but it didn't really provide any useful information (other than that you can request by file name, which I already knew).

I know that the following file types are accepted: ".jpg", ".png", ".bmp", & ".gif"

I know that the following file types are not supported: ".ico", any non-image related file extension.

Are there any other supported or unsupported image file types that are not listed here?

도움이 되었습니까?

해결책

The WebImage helper will attempt to return an image from any file that has an image MIME type.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top