[
  {
    "Id": "1353145",
    "ThreadId": "581125",
    "Html": "Hello , i am dynamically creating html and i am creating zipfile like:<br />\nusing(ZipFile file = new ZipFile()){<br />\nfile.AddEntry(''SomeFileName''+'''.html',''&lt;div&gt;This is Saad&lt;/div&gt;'');<br />\n} <br />\nand than saving the zip file on output stream. Its working fine , zip file download option gets pop up in the broser and is downloaded wherever user saves it<br />\n<br />\nMyZip.zip-&gt;myhtml1 <br />\n<br />\nWhat i need to do is that i want to add a folder and add html into it and than zipit. I can't specify the path for the folder neither i have html on disk that i can map it because html is generating dynamically. Can any one suggest some solution ??<br />\n<br />\nMyZip.zip-&gt;myFolder1-&gt;myhtml1<br />\nMyZip.zip-&gt;myFolder2-&gt;myhtml2 and son on.<br />\n",
    "PostedDate": "2015-02-16T11:00:12.197-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "1353186",
    "ThreadId": "581125",
    "Html": "file.AddEntry(&quot;myFolder1/myhtml1.html&quot;, &quot;&lt;div&gt;This is Saad&lt;/div&gt;&quot;);<br />\n",
    "PostedDate": "2015-02-16T13:44:37.343-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]