摘要: controller里正常返回actionresult。在界面上则写:@{ Layout = null; Response.ContentType = "application/vnd.ms-excel"; Response.AddHeader("Content-Disposition", "attachment; filename=report.xls"); //Content-Disposition is defined in RFC-2183}<?xml version="1.0" encoding=& 阅读全文
posted @ 2013-01-08 20:17 瓜王 阅读(348) 评论(0) 推荐(0) 编辑