how to return multiple files from asp.net web api
问题 I'm trying to write an asp.net Web Api Restful service by means of which I need to send (.html,.css,.js,.png images) files (and all these files are part of a little JQuery mobile application written using Visual Studio 2013 with new multi device hybrid thing .i.e. Cordova extensions) to the mobile client within one request. I'm stuck with two questions in my head. First how to send these files to the client within one request. Do I need to zip them up and then return to the client? If zipping