Share via


OutputCacheUtility.GetContentBuffers(HttpResponse) 方法

定義

取得回應內容緩衝區。

public:
 static System::Collections::ArrayList ^ GetContentBuffers(System::Web::HttpResponse ^ response);
public static System.Collections.ArrayList GetContentBuffers (System.Web.HttpResponse response);
static member GetContentBuffers : System.Web.HttpResponse -> System.Collections.ArrayList
Public Shared Function GetContentBuffers (response As HttpResponse) As ArrayList

參數

response
HttpResponse

回應。

傳回

緩衝區。

適用於