MultiPartWriter.BeginFile(String, String, String) 方法

定义

此方法将启动一个响应文件。 此 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 类型。

charset
String

文件使用的字符集(通常与 Charset 相同)。

注解

页面适配器必须在呈现页面之前调用此方法,但在调用 方法之后调用 BeginResponse 此方法。 如果多次调用 方法, BeginFile 则会引发异常。

适用于

另请参阅