HttpNoContentOutputFormatter Klasse

Definition

Legt den status Code auf 204 fest, wenn der Inhalt NULL ist.

public ref class HttpNoContentOutputFormatter : Microsoft::AspNetCore::Mvc::Formatters::IOutputFormatter
public class HttpNoContentOutputFormatter : Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter
type HttpNoContentOutputFormatter = class
    interface IOutputFormatter
Public Class HttpNoContentOutputFormatter
Implements IOutputFormatter
Vererbung
HttpNoContentOutputFormatter
Implementiert

Konstruktoren

HttpNoContentOutputFormatter()

Legt den status Code auf 204 fest, wenn der Inhalt NULL ist.

Eigenschaften

TreatNullValueAsNoContent

Gibt an, ob dieser Formatierer ausgewählt werden soll, wenn der zurückgegebene Wert aus der Aktion NULL ist.

Methoden

CanWriteResult(OutputFormatterCanWriteContext)

Bestimmt, ob dadurch IOutputFormatter ein Objekt des angegebenen Typs serialisiert werden kann.

WriteAsync(OutputFormatterWriteContext)

Schreibt das Objekt, das durch die Object-Eigenschaft von dargestellt wird context.

Gilt für: