ResponseExtensions.Clear(HttpResponse) Metoda

Definicja

Czyści odpowiedź HTTP.

To wywołanie resetuje nagłówki odpowiedzi, kod stanu odpowiedzi i treść odpowiedzi.

public:
[System::Runtime::CompilerServices::Extension]
 static void Clear(Microsoft::AspNetCore::Http::HttpResponse ^ response);
public static void Clear (this Microsoft.AspNetCore.Http.HttpResponse response);
static member Clear : Microsoft.AspNetCore.Http.HttpResponse -> unit
<Extension()>
Public Sub Clear (response As HttpResponse)

Parametry

response
HttpResponse

Aby HttpResponse wyczyścić.

Dotyczy