Udostępnij za pośrednictwem


StreamOutputFormatter Klasa

Definicja

Zawsze kopiuje element Stream do odpowiedzi, niezależnie od żądanego typu zawartości.

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
Dziedziczenie
StreamOutputFormatter
Implementuje

Konstruktory

StreamOutputFormatter()

Zawsze kopiuje element Stream do odpowiedzi, niezależnie od żądanego typu zawartości.

Metody

CanWriteResult(OutputFormatterCanWriteContext)

Określa, czy może to IOutputFormatter serializować obiekt określonego typu.

WriteAsync(OutputFormatterWriteContext)

Zapisuje obiekt reprezentowany przez contextwłaściwość Object obiektu .

Dotyczy