StreamOutputFormatter Klasse

Definition

Kopiert immer in Stream die Antwort, unabhängig vom angeforderten Inhaltstyp.

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

Konstruktoren

StreamOutputFormatter()

Kopiert immer in Stream die Antwort, unabhängig vom angeforderten Inhaltstyp.

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: