【发布时间】:2010-11-12 08:19:36
【问题描述】:
以下标题在 IE 上有效,但在 FF 上无效
<%@ Page Language="C#" ContentType="text/csv" Inherits="System.Web.Mvc.ViewPage"%>
<% Response.AddHeader("Content-Disposition", "filename=report.csv;attachment"); %>
在 FF 中,建议的名称在 FF 中显示为“report”,不带扩展名。
【问题讨论】:
标签: asp.net asp.net-mvc http firefox attachment