.NET - Action Result for MVC Export CSV and Zip - CodeCanyon
Action Result for MVC Export CSV and Zip his title this type of .NET This time I will review,made by ser-html, .NET is sold at a price of $12 in CodeCanyon.action result // actionresult // asp.net mvc // csv // datatable // zip //
Created | 1 July 13 |
Last Update | 1 July 13 |
Compatible Browsers | IE6, IE7, IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
Software Version | .NET 4.5 |
Files Included | C# CS |
More Info...Action Result for MVC ..
In MVC the ActionResult is the core component of returning data. I have made three usual ActionResult that makes you fast returning data: 1. ActionResult_Zip – you can add many files and returns a Zip file with those files compressed 2. ActionResult_CSVDataTable : takes a DataTable as argument and returns a csv from this datatable 3. ActionResult_CSVObject : takes an IEnumerable(List, array) of objects of same type and returns the csv from the properties of the type and values of the IEnumerable objects.
No comments:
Post a Comment