Example #1
0
 public ExportActionResult(IBlogMLWriter blogMLWriter, string fileName)
     : base("text/xml")
 {
     BlogMLWriter     = blogMLWriter;
     FileDownloadName = fileName;
 }
 public ExportActionResult(IBlogMLWriter blogMLWriter, string fileName)
     : base("text/xml")
 {
     BlogMLWriter = blogMLWriter;
     FileDownloadName = fileName;
 }