Here Mudassar Ahmed Khan has explained with an example, how return multiple Images from Server using Web API in ASP.Net MVC Razor.
The Web API will be called using jQuery AJAX and the Web API will read the Image files from a Folder (Directory) on the Server’s Disk and will return the List of Image files to the calling jQuery AJAX function.
Finally, the returned Image files will be displayed on page using jQuery in ASP.Net MVC Razor.