ResponseExtensions Klasse

Definition

Erweiterungsmethoden für HttpResponse.

public ref class ResponseExtensions abstract sealed
public static class ResponseExtensions
type ResponseExtensions = class
Public Module ResponseExtensions
Vererbung
ResponseExtensions

Methoden

Clear(HttpResponse)

Löscht die HTTP-Antwort.

Durch diesen Aufruf werden die Antwortheader, die Antwort status Code und der Antworttext zurückgesetzt.

Redirect(HttpResponse, String, Boolean, Boolean)

Gibt eine Umleitungsantwort (HTTP 301, HTTP 302, HTTP 307 oder HTTP 308) an den Client zurück.

Gilt für: