In ASP.Net MVC is there a library function or something that I can call to retrieve a file's document type icon? I'm talking about the icons you see in window's file explorer, like for pdf, word, excel, ect.
Asked
Active
Viewed 806 times
-1
-
possible duplicate of [How do I get common file type icons in C#?](http://stackoverflow.com/questions/616718/how-do-i-get-common-file-type-icons-in-c) – NightOwl888 Aug 03 '15 at 21:21
-
Also check http://stackoverflow.com/questions/2701263/get-the-icon-for-a-given-extension – NightOwl888 Aug 03 '15 at 21:24
1 Answers
1
If you have Visual Studio 2010, it installs a folder at C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\VS2010ImageLibrary\1033\VS2010ImageLibrary.zip
, which contains many common icons.
See this answer for more information.
If you don't have VS 2010, you can extract the icons you want by following the instructions on this MSDN article.

Community
- 1
- 1

NightOwl888
- 55,572
- 24
- 139
- 212