ControllerBase.NoContent Methode

Definition

Erstellt ein NoContentResult -Objekt, das eine leere Status204NoContent Antwort erzeugt.

public:
 virtual Microsoft::AspNetCore::Mvc::NoContentResult ^ NoContent();
[Microsoft.AspNetCore.Mvc.NonAction]
public virtual Microsoft.AspNetCore.Mvc.NoContentResult NoContent ();
[<Microsoft.AspNetCore.Mvc.NonAction>]
abstract member NoContent : unit -> Microsoft.AspNetCore.Mvc.NoContentResult
override this.NoContent : unit -> Microsoft.AspNetCore.Mvc.NoContentResult
Public Overridable Function NoContent () As NoContentResult

Gibt zurück

Das erstellte NoContentResult Objekt für die Antwort.

Attribute

Gilt für: