HttpResponse.ClearContent 方法

定义

清除缓冲区流中的所有内容输出。

public:
 void ClearContent();
public void ClearContent ();
member this.ClearContent : unit -> unit
Public Sub ClearContent ()

示例

以下示例清除缓冲区流中的所有内容。

Response.ClearContent();

Response.ClearContent()
    

注解

该方法 ClearContent 未清除标头信息。

适用于

另请参阅