how to avoid [Content_Types].xml in .net's ZipPackage class

前端 未结 6 963
星月不相逢
星月不相逢 2021-01-07 19:09

I wish to know if there is any way to avoid to have a [Content_Types].xml file inside the zip file while using .net\'s ZipPackage

6条回答
  •  南笙
    南笙 (楼主)
    2021-01-07 19:46

    If you don't call the .Flush() method, there will be no such file

提交回复
热议问题