MultiPartWriter.BeginResponse 方法
定义
开始响应。Begins a response. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
abstract void BeginResponse();
public abstract void BeginResponse ();
abstract member BeginResponse : unit -> unit
Public MustOverride Sub BeginResponse ()
注解
在 BeginResponse 调用 BeginFile 方法之前和呈现页之前,该方法必须仅由页调用一次。The BeginResponse method must be called by the page only once, before calling the BeginFile method, and before rendering the page.