MultiPartWriter.BeginFile(String, String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此方法将启动一个响应文件。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。
public:
abstract void BeginFile(System::String ^ url, System::String ^ contentType, System::String ^ charset);
public abstract void BeginFile (string url, string contentType, string charset);
abstract member BeginFile : string * string * string -> unit
Public MustOverride Sub BeginFile (url As String, contentType As String, charset As String)
参数
- url
- String
文件的唯一 URL。
- contentType
- String
文件的 MIME 类型。
注解
页面适配器必须在呈现页面之前调用此方法,但在调用 方法之后调用 BeginResponse 此方法。 如果多次调用 方法, BeginFile 则会引发异常。